SimpleRegex/SRL-PHP
Simple Regex Language observed · 2026-08-28
Health v2 · maintenance only
10/100
- Activity 0
- Release rhythm 8
- Longevity 100
Flags: archived
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3669
- days_rel: n/a
- days_push: 1461
- n_releases_24m: 0
Adoption not part of the score
1781 stars · 60 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
SRL-PHP is a PHP library implementing the Simple Regex Language (SRL), letting developers write readable, maintainable regex via a fluent query builder or a plain-language DSL. It compiles SRL queries into standard regular expressions.
Use cases
- build regex without writing cryptic patterns
- make regular expressions readable and maintainable in PHP
- construct regex with a fluent query builder
- parse Simple Regex Language strings into PCRE
- validate emails or other formats with readable patterns
When to choose
- you write or maintain regex in PHP and want readability over brevity
- you want to avoid escaping mistakes in complex patterns
- you prefer a DSL or builder API over raw regex syntax
When to avoid
- you need maximum regex performance or exotic PCRE features
- your team already knows regex well and patterns are simple
- you work outside the PHP ecosystem
Facets
library · maturity maintenance
parser developer-tools developer-tools programming-languages parsers php regex query-builder simple-regex-language readability
2 sources
- readme: https://github.com/SimpleRegex/SRL-PHP · fetched 2026-08-28 · 154e9ee25f8f
- homepage: https://simple-regex.com · fetched 2026-08-29 · d18e269a1f8d
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| SimpleRegex/SRL-PHP | main | 10 |
For agents
markdown · JSON · MCP: product_card(name="SimpleRegex/SRL-PHP")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem