PHPackages                             pnixx/pagination - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. pnixx/pagination

ActiveLibrary

pnixx/pagination
================

Foundation Zurb Pagination Component for PHP 5.4

1.0.0(10y ago)127MITPHPPHP &gt;=5.4

Since Jul 10Pushed 10y ago2 watchersCompare

[ Source](https://github.com/PNixx/Pagination)[ Packagist](https://packagist.org/packages/pnixx/pagination)[ Docs](https://github.com/PNixx/Pagination)[ RSS](/packages/pnixx-pagination/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

Pagination
==========

[](#pagination)

Pagination for Foundation framework is a simple to use class that provides pagination links for your app. You can customize the look and feel of the pages links by writing a custom renderer or use one of the available ones like Twitter's Bootstrap or extend them.

Install
-------

[](#install)

If you are using [composer](https://getcomposer.org/) type in the shell, otherwise you have to download Pagination and Exception classes

```
composer require pnixx/pagination
```

Basic usage
-----------

[](#basic-usage)

Pagination class by it's own does not have any renders, instead it's primary goal is to give an array of items (links). This can be done easily:

```
