Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jascha030/iterable

Utility package for working with PHP iterators and generators.
https://github.com/jascha030/iterable

composer generators helpers iterators php8 utility-classes

Last synced: 5 days ago
JSON representation

Utility package for working with PHP iterators and generators.

Awesome Lists containing this project

README

        

# Iterable - Rewindable Generators

Wrapper to make generators rewindable with limited Helper class for iterator related functions.

## Getting started

## Prerequisites

* php: `^8.1`
* Composer `^2.3` (prefered)

### Installation

```shell
composer require jascha030/iterable
```

## Usage

**The issue:**

```php