add "🗃 Array manipulation library for PHP, called Arrayy!"

-> https://github.com/voku/Arrayy
This commit is contained in:
Lars Moelleken 2019-10-26 02:54:19 +02:00
parent 63a4d94d77
commit 631e3c9370
1 changed files with 1 additions and 0 deletions

View File

@ -400,6 +400,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
### Architectural
*Libraries related to design patterns, programming approaches and ways to organize code.*
* [Arrayy](https://github.com/voku/Arrayy) - A library that provides array/iterator manipulation.
* [Design Patterns PHP](https://github.com/domnikl/DesignPatternsPHP) - A repository of software patterns implemented in PHP.
* [Finite](https://yohan.giarel.li/Finite/) - A simple PHP finite state machine.
* [Functional PHP](https://github.com/lstrojny/functional-php) - A functional programming library.