Download the PHP package ttskch/paginator-bundle without Composer
On this page you can find all versions of the php package ttskch/paginator-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download ttskch/paginator-bundle
More information about ttskch/paginator-bundle
Files in ttskch/paginator-bundle
Download ttskch/paginator-bundle
More information about ttskch/paginator-bundle
Files in ttskch/paginator-bundle
Vendor ttskch
Package paginator-bundle
Short Description The most thin, simple and customizable paginator bundle for Symfony
License MIT
Package paginator-bundle
Short Description The most thin, simple and customizable paginator bundle for Symfony
License MIT
Please rate this library. Is it a good library?
Informations about the package paginator-bundle
TtskchPaginatorBundle
The most thin, simple and customizable paginator bundle for Symfony.
Features
- So light weight
- Well typed (PHPStan level max)
- Depends on nothing other than Symfony and Twig
- But also easy to use with Doctrine ORM
- Of course can paginate everything
- Customizable twig-templated views
- Very easy-to-use sortable link feature
- Easy to use with your own search form
- Preset beautiful Bootstrap4/5 theme
Requirements
- PHP: ^8.0
- Symfony: ^5.0|^6.0|^7.0
Demo
You can also see a sample code on demo/
directory.
Installation
Basic usages
With Doctrine ORM
See src/Twig/TtskchPaginatorExtension.php to learn more about twig functions.
Sort with property of joined entity
Just do like as following.
With array
With something other data
Implement slicer and counter by yourself like as following.
Configuring
Customizing views
Using preset Bootstrap4/5 theme
Just configure bundle like below.
Using your own theme
Create your own templates and configure bundle like below.
Using with search form
Using with joined query
Getting involved
All versions of paginator-bundle with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.0
symfony/config Version ^5.0|^6.0|^7.0
symfony/dependency-injection Version ^5.0|^6.0|^7.0
symfony/form Version ^5.0|^6.0|^7.0
symfony/http-foundation Version ^5.0|^6.0|^7.0
twig/twig Version >=3.4.3
symfony/config Version ^5.0|^6.0|^7.0
symfony/dependency-injection Version ^5.0|^6.0|^7.0
symfony/form Version ^5.0|^6.0|^7.0
symfony/http-foundation Version ^5.0|^6.0|^7.0
twig/twig Version >=3.4.3
The package ttskch/paginator-bundle contains the following files
Loading the files please wait ....