The suggested installation method's via composer:
composer require silpo-tech/lazy-lib
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
This project is licensed under the MIT License - see the LICENSE file for details.