Browse Source

Add IterTools PHP to Architectural section. (#1217)

pull/1244/head
Smoren 1 year ago
parent
commit
bde02c1ac7
No account linked to committer's email address
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      README.md

+ 1
- 0
README.md View File

432
 * [Finite](https://yohan.giarel.li/Finite/) - A simple PHP finite state machine.
432
 * [Finite](https://yohan.giarel.li/Finite/) - A simple PHP finite state machine.
433
 * [Functional PHP](https://github.com/lstrojny/functional-php) - A functional programming library.
433
 * [Functional PHP](https://github.com/lstrojny/functional-php) - A functional programming library.
434
 * [Iter](https://github.com/nikic/iter) - A library that provides iteration primitives using generators.
434
 * [Iter](https://github.com/nikic/iter) - A library that provides iteration primitives using generators.
435
+* [IterTools PHP](https://github.com/markrogoyski/itertools-php) - A library that provides functionality for working with iterable entities (similar to itertools library in Python).
435
 * [Patchwork](https://patchwork2.org/) - A library for redefining userland functions.
436
 * [Patchwork](https://patchwork2.org/) - A library for redefining userland functions.
436
 * [Pipeline](https://github.com/thephpleague/pipeline) - A pipeline pattern implementation.
437
 * [Pipeline](https://github.com/thephpleague/pipeline) - A pipeline pattern implementation.
437
 * [Porter](https://github.com/ScriptFUSION/Porter) - Data import abstraction library for consuming Web APIs and other data sources.
438
 * [Porter](https://github.com/ScriptFUSION/Porter) - Data import abstraction library for consuming Web APIs and other data sources.

Loading…
Cancel
Save