/predicates

Predicates for PHP

Primary LanguagePHPMIT LicenseMIT

predicates

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.