zenstruck / collection
Helpers for iterating/paginating/filtering collections (with Doctrine ORM/DBAL implementations and batch processing utilities).
Fund package maintenance!
kbond
Installs: 113 844
Dependents: 1
Suggesters: 0
Security: 1
Stars: 13
Watchers: 3
Forks: 2
Open Issues: 1
Requires
- php: >=8.1
Requires (Dev)
- composer-runtime-api: ^2.0
- doctrine/collections: ^2.1
- doctrine/dbal: ^3.0|^4.0
- doctrine/doctrine-bundle: ^2.7
- doctrine/orm: ^2.15|^3.0
- pagerfanta/pagerfanta: ^1.0|^2.0|^3.0|^4.0
- phpstan/phpstan: ^1.4
- phpunit/phpunit: ^9.6.21
- symfony/expression-language: ^6.4|^7.0
- symfony/framework-bundle: ^6.4|^7.0
- symfony/phpunit-bridge: ^6.3|^7.0
- symfony/var-dumper: ^6.4|^7.0
- zenstruck/foundry: ^1.38.3
- zenstruck/uri: ^2.3
Suggests
- doctrine/collections: To use CollectionDecorator.
- doctrine/dbal: To use DBAL implementation (>=3.0).
- doctrine/orm: To use ORM implementation and batch utilities (>=2.15).
- pagerfanta/pagerfanta: To use CollectionAdapter.