BabDev / Pagerfanta

Pagination library for PHP applications with support for several data providers
Other
384 stars 170 forks source link

Add Twig support #12

Closed mbabker closed 4 years ago

mbabker commented 4 years ago

Closes #5

This integrates Twig support by moving the necessary classes from the Symfony bundle into the base package. It will be an optional dependency, Twig won't be arbitrarily required or installed when using this package.

TODO