subjective-php / linq
Library contains classes that follow the LINQ pattern and enable you to express traversal, filter, and projection operations over data
v0.1.0
2019-01-31 02:06 UTC
Requires
- php: ^7.0
Requires (Dev)
- chadicus/coding-standard: ^1.7
- php-coveralls/php-coveralls: ^2.0
- phpunit/phpunit: ^6.5
This package is auto-updated.
Last update: 2024-10-22 07:44:09 UTC
README
Library contains classes that follow the LINQ pattern and enable you to express traversal, filter, and projection operations over data
Requirements
Requires PHP 7.0 (or later).
Composer
To add the library as a local, per-project dependency use Composer! Simply add a dependency on subjective-php/linq
to your project's composer.json
file such as:
composer require subjective-php/linq
Contact
Developers may be contacted at:
Project Build
With a checkout of the code get Composer in your PATH and run:
composer install ./vendor/bin/phpunit ./vendor/bin/phpcs