silpo-tech/paginator-bundle

Paginator bundle for Symfony

Installs: 126

Dependents: 2

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 1

Open Issues: 0

Type:symfony-bundle

pkg:composer/silpo-tech/paginator-bundle

v2.0.0 2025-10-03 08:47 UTC

This package is auto-updated.

Last update: 2025-10-03 08:55:48 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