dutekvejin/predicates

Collection handling in PHP

0.3.0 2023-07-05 12:21 UTC

This package is not auto-updated.

Last update: 2024-04-26 11:58:41 UTC


README

Build Status Code Quality Code Coverage Latest Version PDS Skeleton

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.