zendframework/zend-paginator
Abandoned Zend Framework paginator component for splitting data collections into pages and rendering pagination controls. Repository moved to laminas/laminas-paginator; use Laminas for active maintenance and current documentation.
DbSelectFactory whereby it ignored the fourth option passed via $options, which can be used to specify a zend-db Select instance for purposes of counting the rows that will be returned.#20 adds and publishes the documentation to https://docs.zendframework.com/zend-paginator/
#38 adds support for PHP 7.1.
#38 adds support for PHP 7.2. This is dependent on fixes in the upstream zend-db package if you are using the various database-backed paginators; other paginators work on 7.2 at this time.
DbTableGateway adapter's constructor to allow any Zend\Db\TableGateway\AbstractTableGateway implementation, and not just Zend\Db\TableGateway\TableGateway instances. This is a parameter widening, which poses no backwards compatibility break, but does provide users the ability to consume their own AbstractTableGateway extensions.Zend\Paginator\AdapterPluginManagerFactoryZend\Paginator\ScrollingStylePluginManagerFactoryConfigProvider, which maps the AdapterPluginManager and ScrollingStylePluginManager services to the above factories.Module, which does the same, for zend-mvc contexts.Null adapter, mapping them to the new NullFill adapter.How can I help you explore Laravel packages today?