silpo-tech / lazy-lib
Lazy load collections
v1.0.1
2025-10-03 12:06 UTC
Requires
- php: >=8.1
- doctrine/collections: ^1.6
- doctrine/orm: ^2.20
- silpo-tech/paginator-bundle: ^2.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.0
- phpstan/phpstan: ^2.0
- phpunit/phpunit: ^12.0
README
Lazy Lib
Installation
The suggested installation method's via composer:
composer require silpo-tech/lazy-lib
Development
Tests
To run the test suite, you need to install the dependencies:
composer install
Run test suite:
composer test:run
Run test suite with coverage (requires pcov extension):
composer test:coverage
License
This project is licensed under the MIT License - see the LICENSE file for details.