dutekvejin / predicates
Collection handling in PHP
0.3.0
2023-07-05 12:21 UTC
Requires
- php: ^7.1|^8.0
- dutekvejin/transformers: ^0.3
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.13
- phpunit/phpunit: ^7.3|^8.0
This package is not auto-updated.
Last update: 2024-10-25 14:09:35 UTC
README
Installation
The preferred method of installation is via Composer. Run the following command to install the latest version of a package and add it to your project's composer.json
:
composer require dutekvejin/predicates
Usage
$example = new Dutek\Predicate\Example(); echo $example->say('Hello');
Credits
License
Released under MIT License - see the License File for details.