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
$example = new Dutek\Predicate\Example();
echo $example->say('Hello');
Released under MIT License - see the License File for details.