[Architectural] lisachenko/php-deal

This commit is contained in:
Piotr Dawidiuk 2016-05-03 20:31:42 +02:00
parent 8e8ba4784f
commit 434ad9ff07

View File

@ -386,6 +386,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
* [Monad PHP](https://github.com/ircmaxell/monad-php) - A simple Monad library. * [Monad PHP](https://github.com/ircmaxell/monad-php) - A simple Monad library.
* [Patchwork](http://antecedent.github.io/patchwork/) - A library for redefining userland functions. * [Patchwork](http://antecedent.github.io/patchwork/) - A library for redefining userland functions.
* [PHP Option](https://github.com/schmittjoh/php-option) - An option type library. * [PHP Option](https://github.com/schmittjoh/php-option) - An option type library.
* [PhpDeal](https://github.com/lisachenko/php-deal) - Design by contract library.
* [Pipeline](https://github.com/thephpleague/pipeline) - A pipeline pattern implementation. * [Pipeline](https://github.com/thephpleague/pipeline) - A pipeline pattern implementation.
* [Ruler](https://github.com/bobthecow/Ruler) - A simple stateless production rules engine. * [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. * [RulerZ](https://github.com/K-Phoen/rulerz) - A powerful rule engine and implementation of the Specification pattern.