Download the PHP package cethyworks/doctrine-paginator-decorator without Composer
On this page you can find all versions of the php package cethyworks/doctrine-paginator-decorator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download cethyworks/doctrine-paginator-decorator
More information about cethyworks/doctrine-paginator-decorator
Files in cethyworks/doctrine-paginator-decorator
Download cethyworks/doctrine-paginator-decorator
More information about cethyworks/doctrine-paginator-decorator
Files in cethyworks/doctrine-paginator-decorator
Vendor cethyworks
Package doctrine-paginator-decorator
Short Description Decorator/helper for Doctrine Paginator
License MIT
Package doctrine-paginator-decorator
Short Description Decorator/helper for Doctrine Paginator
License MIT
Please rate this library. Is it a good library?
Informations about the package doctrine-paginator-decorator
Cethyworks\DoctrinePaginatorDecorator
Decorator/helper for Doctrine\ORM\Tools\Pagination\Paginator.
Install
1. Composer require
$ composer require cethyworks/doctrine-paginator-decorator
How to use
$paginator = new DoctrinePaginatorDecorator($queryBuilder, $currentPage, $limitPerPage);
$paginator->getPage(); // return current page
$paginator->getLimit(); // return limit per page
$paginator->hasNextPage(); // return true if there is enough result for a next page
$paginator->getCount(); // return total entity count
$paginator->getList(); // return entity list for current page
All versions of doctrine-paginator-decorator with dependencies
PHP Build Version
Package Version
The package cethyworks/doctrine-paginator-decorator contains the following files
Loading the files please wait ....