Download the PHP package devzer0x00/data-provider without Composer
On this page you can find all versions of the php package devzer0x00/data-provider. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package data-provider
Data Provider
Installation
The suggested installation method is via composer:
Basic Usage
Pagination
Вы можете настраивать различные параметры постраничной навигации, такие как:
- Размер страницы pageSize
- Текущую страницу currentPage
- Общее количество элементов в выборке totalCount
Параметры можно установить в констукторе класса Pagination, а также при вызове соответствующих методов:
- setPageSize(int $pageSize)
- setCurrentPage(int $currentPage)
- setTotalCount(int $totalCount)
Sort
Filter
All versions of data-provider with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.0
doctrine/collections Version *
doctrine/orm Version *
symfony/cache Version *
symfony/options-resolver Version *
symfony/property-access Version *
doctrine/collections Version *
doctrine/orm Version *
symfony/cache Version *
symfony/options-resolver Version *
symfony/property-access Version *
The package devzer0x00/data-provider contains the following files
Loading the files please wait ....