Merge pull request #550 from K-Phoen/patch-1

[architectural] K-Phoen/rulerz
This commit is contained in:
Jose Diaz-Gonzalez 2016-04-04 13:22:28 -04:00
commit fda1fb8546
1 changed files with 1 additions and 0 deletions

View File

@ -387,6 +387,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
* [PHP Option](https://github.com/schmittjoh/php-option) - An option type library.
* [Pipeline](https://github.com/thephpleague/pipeline) - A pipeline pattern implementation.
* [Ruler](https://github.com/bobthecow/Ruler) - A simple stateless production rules engine.
* [RulerZ](https://github.com/K-Phoen/rulerz) - A powerful rule engine and implementation of the Specification pattern.
## Debugging and Profiling
*Libraries and tools for debugging and profiling code.*