PHPackages                             jrk/easypagination-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. jrk/easypagination-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

jrk/easypagination-bundle
=========================

easypagination bundle for symfony2/3

1200PHP

Since Dec 11Pushed 7y agoCompare

[ Source](https://github.com/jr-k/JRKEasyPaginationBundle)[ Packagist](https://packagist.org/packages/jrk/easypagination-bundle)[ RSS](/packages/jrk-easypagination-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Getting started with JRKEasyPaginationBundle
============================================

[](#getting-started-with-jrkeasypaginationbundle)

Setup
-----

[](#setup)

JRKEasyPaginationBundle requires the Pagerfanta api folder

- Using composer

Add jrk/easypagination-bundle as a dependency in your project's composer.json file:

```
{
    "require": {
        "jrk/easypagination-bundle": "dev-master"
    }
}

```

Update composer

```
php composer update
or
php composer.phar update

- Add JRKEasyPaginationBundle to your application kernel

``` php
