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

ActiveSymfony-bundle

scandio/paginator-bundle
========================

A simple pagination bundle for Symfony2 without the fuzz.

0221PHP

Since Feb 23Pushed 12y ago21 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

ScandioPaginatorBundle
======================

[](#scandiopaginatorbundle)

A simple pagination bundle for Symfony2 without the fuzz.

Requirements:
-------------

[](#requirements)

- Symfony2 **&gt;=2.1.0**
- Twig **&gt;=1.5** version

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

[](#installation)

Install via composer.json:

```
...
"repositories": [
        {
            "type": "git",
            "url": "https://github.com/scandio/ScandioPaginatorBundle.git"
        }
    ],
...
 "require": {
        ...
        "scandio/paginator-bundle": "dev-master"
        ...
    },

```

If you use a `deps` file, add:

```
[ScandioPaginatorBundle]
    git=http://github.com/scandio/ScandioPaginatorBundle.git
    target=bundles/Scandio/PaginatorBundle

```

Or if you want to clone the repos:

```
# Install Paginator
git clone git://github.com/scandio/ScandioPaginatorBundle.git vendor/bundles/Scandio/PaginatorBundle

```

Usage
-----

[](#usage)

You have to build your own database function! This is **NOT** a doctrine query paginator! Use [KnpPaginatorBundle](https://github.com/KnpLabs/KnpPaginatorBundle) for this.

```
