clue/stream-filter
A simple and modern approach to stream filtering in PHP observed · 2026-08-28
Health v2 · maintenance only
63/100
- Activity 90
- 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: 3973
- days_rel: n/a
- days_push: 61
- n_releases_24m: 0
Adoption not part of the score
1712 stars · 16 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A lightweight PHP library providing a simple, modern API for PHP's native stream filtering system. It lets developers attach callback-based filters to streams for on-the-fly transformations like decompression and character encoding transcoding.
Use cases
- read gzip-compressed files as streams in php
- transcode iso-8859-1 to utf-8 on the fly
- write to bzip2 output stream
- attach a callback filter to a php stream
- remove stream filters from a php stream
When to choose
- you need stream transformations in PHP without wrestling with the awkward native stream filter API
- you want a tiny dependency with a clean functional API for filtering streams
- you process large files incrementally and need memory-efficient on-the-fly transformations
When to avoid
- your project is not in PHP
- you need full async or non-blocking stream processing rather than simple filters
- you need higher-level file processing abstractions rather than raw stream filters
Facets
library · maturity stable
serialization compression developer-tools developer-tools files backend php cli php-streams stream-filters callback-filters encoding gzip
1 source
- readme: https://github.com/clue/stream-filter · fetched 2026-08-28 · f918aec6eece
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| clue/stream-filter | main | 63 |
For agents
markdown · JSON · MCP: product_card(name="clue/stream-filter")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem