fast-forward / iterators
A robust and optimized library for advanced PHP Iterators.
Installs: 44
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/fast-forward/iterators
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-09-30 15:38:07 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.