Download the PHP package rekalogika/collections-orm without Composer
On this page you can find all versions of the php package rekalogika/collections-orm. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download rekalogika/collections-orm
More information about rekalogika/collections-orm
Files in rekalogika/collections-orm
Package collections-orm
Short Description Lazy-loading collection class using Doctrine ORM QueryBuilder as the data source
License MIT
Informations about the package collections-orm
rekalogika/collections-orm
Lazy-loading collection class using Doctrine ORM QueryBuilder
as the data
source. Unlike doing the query in the traditional way, this class allows lazy
loading. You can safely pass the object around, and it will only execute the
query when you start getting items from it.
The class also implements the PageableInterface
from the
rekalogika/rekapager
library. This allows
you to iterate over the collection without loading all the items into memory.
And also useful for creating paginated user interfaces and API outputs.
Documentation
License
MIT
Contributing
This library consists of multiple repositories split from a monorepo. Be sure to submit issues and pull requests to the rekalogika/collections monorepo.
All versions of collections-orm with dependencies
doctrine/collections Version ^2.2.2 || ^2.3
doctrine/orm Version ^2.14 || ^3.0
rekalogika/collections-common Version ^0.15.1
rekalogika/collections-contracts Version ^0.15.1
rekalogika/collections-domain Version ^0.15.1
rekalogika/rekapager-contracts Version ^0.22
rekalogika/rekapager-doctrine-orm-adapter Version ^0.22
rekalogika/rekapager-keyset-pagination Version ^0.22