silpo-tech/paginator-bundle

Paginator bundle for Symfony

Installs: 13

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Type:symfony-bundle

v1.0.0 2025-09-24 09:41 UTC

This package is auto-updated.

Last update: 2025-09-24 09:43:29 UTC


README

CI codecov License: MIT

Installation

Require the bundle and its dependencies with composer:

$ composer require silpo-tech/paginator-bundle

Register the bundle:

// app/AppKernel.php

public function registerBundles()
{
    $bundles = array(
        ...
        new PabinatorBundle\PabinatorBundle()
    );
}

Tests

composer test:run