PHPackages                             rudra/rudra-paginaton-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. rudra/rudra-paginaton-bundle

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

rudra/rudra-paginaton-bundle
============================

Paginator bundle for Symfony2 to automate pagination and simplify sorting and other features

018PHP

Since Aug 20Pushed 8y ago1 watchersCompare

[ Source](https://github.com/Jagepard/RudraPaginatonBundle)[ Packagist](https://packagist.org/packages/rudra/rudra-paginaton-bundle)[ RSS](/packages/rudra-rudra-paginaton-bundle/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

[![SensioLabsInsight](https://camo.githubusercontent.com/10d6d9758aac8314e76aed2ca2c41d3522026f2fc592728bb46d015835900344/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f62643439643465392d633236392d343335312d626230372d6638623032383837666639612f6269672e706e67)](https://insight.sensiolabs.com/projects/bd49d4e9-c269-4351-bb07-f8b02887ff9a)

RudraPaginatonBundle
====================

[](#rudrapaginatonbundle)

Add PaginatorBundle to your application kernel

// app/AppKernel.php

```
public function registerBundles()
{
    return array(
        // ...
        new Rudra\PaginationBundle\RudraPaginationBundle(),
        // ...
    );
}

```

Configuration example

You can configure default query parameter names and templates

```
rudra_pagination:
    per_page: 1                      # default page range used in pagination control

```

In Controller

```
$pagination = $this->get('rudra_pagination');
$pagination->init($id);
$pagination->setCount($this->getDoctrine()->getRepository(Blog::class)->numRows($conn));
$blogData = $this->getDoctrine()->getRepository(Blog::class)->getDataPerPage($conn, $pagination);

return $this->render('some/blog.html.twig', [
        ...
        'links' => $pagination->getLinks(),
        ...
    ]
);

```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/75e65761bdd94035d1c783773a706d5722ce3164fe55d9722581c2cb4a642d8c?d=identicon)[jagepard](/maintainers/jagepard)

---

Top Contributors

[![Jagepard](https://avatars.githubusercontent.com/u/4591345?v=4)](https://github.com/Jagepard "Jagepard (12 commits)")

### Embed Badge

![Health badge](/badges/rudra-rudra-paginaton-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/rudra-rudra-paginaton-bundle/health.svg)](https://phpackages.com/packages/rudra-rudra-paginaton-bundle)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
