jeremeamia/super_closure
Serialize closures. Not maintained. Consider using opis/closure. observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
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: 6069
- days_rel: n/a
- days_push: 1139
- n_releases_24m: 0
Adoption not part of the score
1707 stars · 94 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A PHP library that enables serializing and unserializing closures and anonymous functions, which PHP does not allow natively. It offers two analyzers (token-based and AST-based) with different feature and performance tradeoffs.
Use cases
- serialize a PHP closure to store it in a cache or database
- pass an anonymous function between processes or over a queue
- persist a callback with its bound context for later execution
- unserialize a closure definition back into a callable
When to choose
- you are stuck on a legacy PHP codebase that already depends on it
- you need closure serialization and cannot migrate to a maintained alternative
When to avoid
- you are starting a new project - use opis/closure instead
- you need security fixes or support for modern PHP versions
- your closures rely on features only newer PHP runtimes provide
Facets
library · maturity abandoned
serialization developer-tools programming-languages php closures php serialization abandoned
1 source
- readme: https://github.com/jeremeamia/super_closure · fetched 2026-08-28 · 4a85ff434ea8
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| jeremeamia/super_closure | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="jeremeamia/super_closure")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem