From bde02c1ac74ba452752e18755e9f8f28de7a7ae8 Mon Sep 17 00:00:00 2001 From: Smoren Date: Fri, 5 Jan 2024 15:01:45 +0300 Subject: [PATCH] Add IterTools PHP to Architectural section. (#1217) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 21a9da8..2934283 100644 --- a/README.md +++ b/README.md @@ -432,6 +432,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT * [Finite](https://yohan.giarel.li/Finite/) - A simple PHP finite state machine. * [Functional PHP](https://github.com/lstrojny/functional-php) - A functional programming library. * [Iter](https://github.com/nikic/iter) - A library that provides iteration primitives using generators. +* [IterTools PHP](https://github.com/markrogoyski/itertools-php) - A library that provides functionality for working with iterable entities (similar to itertools library in Python). * [Patchwork](https://patchwork2.org/) - A library for redefining userland functions. * [Pipeline](https://github.com/thephpleague/pipeline) - A pipeline pattern implementation. * [Porter](https://github.com/ScriptFUSION/Porter) - Data import abstraction library for consuming Web APIs and other data sources.