PHPackages                             jascha030/iterable - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. jascha030/iterable

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

jascha030/iterable
==================

Utilities for working with iterators and generators.

00[1 issues](https://github.com/jascha030/iterable/issues)[1 PRs](https://github.com/jascha030/iterable/pulls)PHP

Since Feb 1Pushed 1y ago1 watchersCompare

[ Source](https://github.com/jascha030/iterable)[ Packagist](https://packagist.org/packages/jascha030/iterable)[ RSS](/packages/jascha030-iterable/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (2)Used By (0)

Iterable - Rewindable Generators
================================

[](#iterable---rewindable-generators)

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

Getting started
---------------

[](#getting-started)

Prerequisites
-------------

[](#prerequisites)

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

### Installation

[](#installation)

```
composer require jascha030/iterable
```

Usage
-----

[](#usage)

**The issue:**

```
