PHPackages                             tadcka/paginator-bundle - 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. tadcka/paginator-bundle

ActiveSymfony-bundle

tadcka/paginator-bundle
=======================

Manager pagination on Symfony2

v0.1.0(12y ago)02601MITPHPPHP &gt;=5.3.3

Since Mar 27Pushed 11y ago1 watchersCompare

[ Source](https://github.com/tadcka/PaginatorBundle)[ Packagist](https://packagist.org/packages/tadcka/paginator-bundle)[ Docs](https://github.com/tadcka/PaginatorBundle)[ RSS](/packages/tadcka-paginator-bundle/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (2)Dependencies (2)Versions (2)Used By (1)

PaginatorBundle
===============

[](#paginatorbundle)

Paginator bundle.

Installation
------------

[](#installation)

### Step 1: Download TadckaPaginatorBundle using composer

[](#step-1-download-tadckapaginatorbundle-using-composer)

Add TadckaPaginatorBundle in your composer.json:

```
{
    "require": {
        "tadcka/paginator-bundle": "dev-master"
    }
}
```

Now tell composer to download the bundle by running the command:

```
$ php composer.phar update tadcka/paginator-bundle
```

### Step 2: Enable the bundle

[](#step-2-enable-the-bundle)

Enable the bundle in the kernel:

```
