2017 © Pedro Peláez
 

library spagination

Simple pagination library for web-applications.

image

met_mw/spagination

Simple pagination library for web-applications.

  • Tuesday, July 19, 2016
  • by met-mw
  • Repository
  • 1 Watchers
  • 1 Stars
  • 60 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Build Status Coverage Status Latest Stable Version Latest Unstable Version Total Downloads License, (*1)

SPagination

Simple independent library to create pagination in web-applications., (*2)

Install

composer require met_mw/spagination, (*3)

Examples

Render

$Pagination = new Pagination();
$Pagination->setCount(100)
    ->setCountOnPage(10)
    ->setCurrentPageNumber(5)
    ->render();

Get as string

$Pagination = new Pagination();
$paginationHTML = $Pagination->setCount(100)
    ->setCountOnPage(10)
    ->setCurrentPageNumber(5)
    ->get();

License

The met-mw/SPagination package is open-sourced software licensed under the MIT license, (*4)

The Versions

19/07 2016

dev-master

9999999-dev

Simple pagination library for web-applications.

  Sources   Download

MIT

The Requires

  • php >=5.6.0

 

The Development Requires

by Avatar met-mw

pagination universal independent

19/07 2016

v1.0.0

1.0.0.0

Simple pagination library for web-applications.

  Sources   Download

MIT

The Requires

  • php >=5.6.0

 

The Development Requires

by Avatar met-mw

pagination universal independent