https://github.com/php-fast-forward/iterators
A robust and optimized library for advanced PHP Iterators. Enhance your PHP applications with high-performance iterators, supporting lookahead, peeking, filtering, grouping, and more.
https://github.com/php-fast-forward/iterators
iterate iteration iterator php-library
Last synced: 4 months ago
JSON representation
A robust and optimized library for advanced PHP Iterators. Enhance your PHP applications with high-performance iterators, supporting lookahead, peeking, filtering, grouping, and more.
- Host: GitHub
- URL: https://github.com/php-fast-forward/iterators
- Owner: php-fast-forward
- License: mit
- Created: 2025-02-07T01:19:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-25T14:31:04.000Z (about 1 year ago)
- Last Synced: 2025-11-16T10:21:07.749Z (7 months ago)
- Topics: iterate, iteration, iterator, php-library
- Language: PHP
- Homepage:
- Size: 43.9 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FastForward\Iterators
[](https://www.php.net/)
[](https://opensource.org/licenses/MIT)
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:
```bash
composer require fast-forward/iterators
```
## ๐ Usage
This package provides various iterator utilities under the `FastForward\Iterator` namespace.
Check out the [`examples/`](https://github.com/php-fast-forward/iterators/tree/main/examples) directory for hands-on usage of each iterator.
## ๐งโ๐ป Author
**Felipe Sayรฃo Lobato Abreu**
## ๐ License
This project is licensed under the [MIT License](https://opensource.org/licenses/MIT).