Download the PHP package alextartan/doctrine-paginator-ramsey-binary-uuid without Composer
On this page you can find all versions of the php package alextartan/doctrine-paginator-ramsey-binary-uuid. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download alextartan/doctrine-paginator-ramsey-binary-uuid
More information about alextartan/doctrine-paginator-ramsey-binary-uuid
Files in alextartan/doctrine-paginator-ramsey-binary-uuid
Download alextartan/doctrine-paginator-ramsey-binary-uuid
More information about alextartan/doctrine-paginator-ramsey-binary-uuid
Files in alextartan/doctrine-paginator-ramsey-binary-uuid
Vendor alextartan
Package doctrine-paginator-ramsey-binary-uuid
Short Description An extension of DoctrinePaginator to make it work when ids are binary uuids generated with ramsey/uuid
License MIT
Package doctrine-paginator-ramsey-binary-uuid
Short Description An extension of DoctrinePaginator to make it work when ids are binary uuids generated with ramsey/uuid
License MIT
Please rate this library. Is it a good library?
Informations about the package doctrine-paginator-ramsey-binary-uuid
Paginator for Doctrine ORM that supports uuid_binary
ids.
Doctrine's Paginator fails to return objects if their id is of uuid_binary
type.
This happens because the database won't match a BINARY(16)
to a string.
The solution was to get those ids (which were converted by UuidInterface::__toString
)
and return them with UuidInterface::getBytes
. This allows for a proper match at the
database level.
Current build status
Installation
Usage
Versioning
This library adheres to semver
All versions of doctrine-paginator-ramsey-binary-uuid with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.2
alextartan/helpers Version ^2
doctrine/orm Version ^2.6.3
ramsey/uuid-doctrine Version ^1.5
alextartan/helpers Version ^2
doctrine/orm Version ^2.6.3
ramsey/uuid-doctrine Version ^1.5
The package alextartan/doctrine-paginator-ramsey-binary-uuid contains the following files
Loading the files please wait ....