zortje / rules
Library for creating rules and managing results
1.0.1
2016-06-05 13:09 UTC
Requires
- php: >=7.0
Requires (Dev)
- fzaninotto/faker: ~1.0
- phpmd/phpmd: ~2.0
- phpunit/php-code-coverage: 3.3
- phpunit/phpunit: ~5.0
- squizlabs/php_codesniffer: ~2.0
This package is not auto-updated.
Last update: 2026-03-01 02:22:50 UTC
README
Library for creating rules and managing results
Installing via Composer
The recommended way to install Rules is through Composer.
{
"require": {
"zortje/rules": "~1.0"
}
}