Ross ROSS = Recommend OSS · open-source software intelligence for agents

nikic/iter

Iteration primitives using generators observed · 2026-08-28

github.com/nikic/iter · PHP · NOASSERTION (other) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
nikic/itermain39

For agents

markdown · JSON · MCP: product_card(name="nikic/iter")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem