fast-forward / iterators
A robust and optimized library for advanced PHP Iterators.
v1.1.0
2025-04-25 14:29 UTC
Requires
- php: ^8.1
Requires (Dev)
- coisa/php-cs-fixer: ^2.1
- infection/infection: ^0.29
- phpstan/phpstan: ^2.1
- phpunit/phpunit: ^9.6 || ^10.5 || ^11.5
This package is auto-updated.
Last update: 2025-04-30 14:54:41 UTC
README
A robust and optimized library for advanced PHP Iterators.
Enhance your PHP applications with high-performance iterators, supporting lookahead, peeking, filtering, grouping, and more.
✨ Features
- 🔁 Advanced and composable iterator types
- 👀 Lookahead and peeking support
- 🧼 Filtering and mapping
- 🧩 Grouping, chunking, and flattening
- 🧪 Fully tested, mutation safe, and statically analyzed
📦 Installation
Install via Composer:
composer require fast-forward/iterators
🛠 Usage
This package provides various iterator utilities under the FastForward\Iterator
namespace.
Check out the examples/
directory for hands-on usage of each iterator.
🧑💻 Author
Felipe Sayão Lobato Abreu
github@mentordosnerds.com
📄 License
This project is licensed under the MIT License.