fast-forward/iterators

A robust and optimized library for advanced PHP Iterators.

v1.1.0 2025-04-25 14:29 UTC

This package is auto-updated.

Last update: 2025-09-30 15:38:07 UTC


README

PHP Version License

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.