From 631e3c9370ad9d53911587cf9341f4071b423d04 Mon Sep 17 00:00:00 2001 From: Lars Moelleken Date: Sat, 26 Oct 2019 02:54:19 +0200 Subject: [PATCH] =?UTF-8?q?add=20"=F0=9F=97=83=20Array=20manipulation=20li?= =?UTF-8?q?brary=20for=20PHP,=20called=20Arrayy!"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit -> https://github.com/voku/Arrayy --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b873613..5470f82 100644 --- a/README.md +++ b/README.md @@ -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.