Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jascha030/iterable
- Owner: jascha030
- License: mit
- Created: 2022-12-27T22:47:33.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-03T02:18:56.000Z (about 2 months ago)
- Last Synced: 2025-01-20T03:58:10.940Z (9 days ago)
- Topics: composer, generators, helpers, iterators, php8, utility-classes
- Language: PHP
- Homepage:
- Size: 1.84 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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