nikic/iter
Iteration primitives using generators observed · 2026-08-28
Health v2 · maintenance only
39/100
- Activity 36
- Release rhythm 8
- Longevity 100
Flags: no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4811
- days_rel: n/a
- days_push: 388
- n_releases_24m: 0
Adoption not part of the score
1141 stars · 70 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A PHP library providing iteration primitives like map, filter, and reduce built on generators. All functions accept arbitrary iterables and operate lazily.
Use cases
- lazily map and filter large PHP iterables
- functional iteration helpers for PHP
- work with traversables and iterators like arrays
- avoid loading entire datasets into memory in PHP
- zip, chunk, and flatten iterables
When to choose
- you need lazy iteration over arrays, iterators, or Traversables in PHP
- you want functional-style pipelines without pulling everything into memory
When to avoid
- you only work with small arrays and PHP's built-in array functions suffice
- your project is not PHP
Facets
library · maturity maintenance
parser developer-tools developer-tools php generators iterators functional-programming lazy-evaluation composer algorithms
1 source
- readme: https://github.com/nikic/iter · fetched 2026-08-28 · 393513fb46a7
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| nikic/iter | main | 39 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem