PHPackages                             nykopol/sf-extra-doctrine-pager-plugin - 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. nykopol/sf-extra-doctrine-pager-plugin

ActiveSymfony1-plugin

nykopol/sf-extra-doctrine-pager-plugin
======================================

This plugin aimed to build pagers in the same way as forms

16PHP

Since Oct 27Pushed 11y ago1 watchersCompare

[ Source](https://github.com/nykopol/sfExtraDoctrinePagerPlugin)[ Packagist](https://packagist.org/packages/nykopol/sf-extra-doctrine-pager-plugin)[ RSS](/packages/nykopol-sf-extra-doctrine-pager-plugin/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

sfExtraDoctrinePagerPlugin
==========================

[](#sfextradoctrinepagerplugin)

Symfony 1.4 plugin aimed to build pagers in the same way as forms

What is sfExtraDoctrinePagerPlugin ?
------------------------------------

[](#what-is-sfextradoctrinepagerplugin-)

sfExtraDoctrinePagerPlugin is a symfony 1.4 plugin. (see )

This plugin is a transposition of the symfony form system to pagers. The aim of sfExtraDoctrinePagerPlugin is to simplify the generation of pagers.

Requirements
------------

[](#requirements)

- Symfony 1.4
- Doctrine 1.2

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

[](#installation)

- Place source files in you plugins/ directory in a sfExtraDoctrinePagerPlugin/ folder.
- Activate the plugin in config/ProjectConfiguration.class.php ```
    class ProjectConfiguration extends sfProjectConfiguration
     {
     	public function setup()
     	{
     		$this->enablePlugins(array(
     			'sfExtraDoctrinePagerPlugin',
     			...
     		));
     	}
     }
    ```
- Then build pager classes : ```
    php symfony doctrine:build-pagers
    ```

Documentation
-------------

[](#documentation)

Get started :

Documentation API :

###  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/1b12ed423a03cfb7eb41e4a0b5c1182ab30271cfc4f3f3e5962bb73873aca37f?d=identicon)[nykopol](/maintainers/nykopol)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/nykopol-sf-extra-doctrine-pager-plugin/health.svg)

```
[![Health](https://phpackages.com/badges/nykopol-sf-extra-doctrine-pager-plugin/health.svg)](https://phpackages.com/packages/nykopol-sf-extra-doctrine-pager-plugin)
```

PHPackages © 2026

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