zenstruck / collection
Helpers for iterating/paginating/filtering collections (with Doctrine ORM/DBAL implementations and batch processing utilities).
Fund package maintenance!
kbond
Installs: 104 024
Dependents: 1
Suggesters: 0
Security: 1
Stars: 13
Watchers: 3
Forks: 2
Open Issues: 1
Requires
- php: >=8.0
- symfony/polyfill-php81: ^1.24
Requires (Dev)
- composer-runtime-api: ^2.0
- doctrine/collections: ^1.6|^2.0
- doctrine/dbal: ^2.12|^3.0
- doctrine/doctrine-bundle: ^2.4
- doctrine/orm: ^2.11
- pagerfanta/pagerfanta: ^1.0|^2.0|^3.0
- phpstan/phpstan: ^1.4
- phpunit/phpunit: ^9.5.0
- symfony/expression-language: ^5.4|^6.0|^7.0
- symfony/framework-bundle: ^5.4|^6.0|^7.0
- symfony/phpunit-bridge: ^6.3|^7.0
- symfony/var-dumper: ^5.4|^6.0|^7.0
- zenstruck/foundry: ^1.33
Suggests
- doctrine/collections: To use CollectionDecorator.
- doctrine/dbal: To use DBAL implementation.
- doctrine/orm: To use ORM implementation and batch utilities (>=2.10).
- pagerfanta/pagerfanta: To use CollectionAdapter.