PHPackages                             j3telframework/pager-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. [Framework](/categories/framework)
4. /
5. j3telframework/pager-bundle

ActiveSymfony-bundle[Framework](/categories/framework)

j3telframework/pager-bundle
===========================

J3tel Symfony Pager Bundle

1.0.5(11y ago)026MITPHPPHP &gt;=5.3.2

Since Aug 22Pushed 11y ago1 watchersCompare

[ Source](https://github.com/aristidej3tel/j3f-pager)[ Packagist](https://packagist.org/packages/j3telframework/pager-bundle)[ Docs](http://www.j3tel.fr)[ RSS](/packages/j3telframework-pager-bundle/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (6)Used By (0)

j3f-pager
=========

[](#j3f-pager)

$this-&gt;get('j3f.pager') to get Pager object

Pager Interface:
================

[](#pager-interface)

```
public function getPage();
$page: Integer, current page
public function setPage($page);
public function needPaging();
public function hasNext();
public function nextPage();
public function hasPrevious();
public function previousPage();
public function getCountPage();
public function getItemsPerPage();
$number: Integer, Number of results
public function setNumberItems($number);

```

Pager Default Config (YML)
==========================

[](#pager-default-config-yml)

```
j3tel_pager:
    default:
        items_around_active_page: 2 #The number of pages that are displayed around the active page
        items_per_page: 25
        first_page: 1
        block_item: 3 #The number of first and last pages to be displayed
        class: '' #css class name applied to pager html element
        template: 'J3telPagerBundle:Default:pager.html.twig'

```

Render Pager in Twig
====================

[](#render-pager-in-twig)

```
_pager is a variable previously set in controller with pager Object (service)
{% block pager %}
    {% if _pager is defined %}
            {{ j3fPager(_pager, app.request) }}
    {% endif %}
{% endblock %}

```

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity62

Established project with proven stability

 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.

###  Release Activity

Cadence

Every ~3 days

Total

5

Last Release

4321d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3f89b938cad41c507e4730bc8520bbfd15cbbb52eab9547917c19d1a82ae9b1a?d=identicon)[aristidej3tel](/maintainers/aristidej3tel)

---

Top Contributors

[![aristidej3tel](https://avatars.githubusercontent.com/u/8523168?v=4)](https://github.com/aristidej3tel "aristidej3tel (7 commits)")

---

Tags

Bundle Pager

### Embed Badge

![Health badge](/badges/j3telframework-pager-bundle/health.svg)

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

###  Alternatives

[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k39.6M299](/packages/laravel-dusk)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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