dutekvejin / predicates
Collection handling in PHP
Installs: 59
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 0
pkg:composer/dutekvejin/predicates
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: 2025-10-24 18:57:37 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.