gherkins/regexpbuilderphp
🦉 human-readable regular expressions observed · 2026-08-28
Health v2 · maintenance only
57/100
- Activity 58
- Release rhythm 30
- 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: 4220
- days_rel: 257
- days_push: 257
- n_releases_24m: 1
Adoption not part of the score
1341 stars · 47 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A PHP library for building regular expressions through chained, human-readable methods instead of raw regex syntax. It is a PHP port of regexpbuilderjs, supporting validation, search, and replace via a fluent builder API.
Use cases
- build readable regex in php
- validate filename patterns without writing regex
- construct regular expressions with chained methods
- maintainable regex for team codebases
- find and replace text with readable patterns
When to choose
- you want regex that non-experts can read and maintain
- you prefer fluent method chaining over raw regex strings
- you need programmatic regex construction with variables
When to avoid
- you need maximum regex performance or exotic regex features
- your team is already fluent in raw regex syntax
- you are not working in PHP
Facets
library · maturity active
parser developer-tools developer-tools programming-languages php regex-builder fluent-api human-readable regexpbuilderjs-port
1 source
- readme: https://github.com/gherkins/regexpbuilderphp · fetched 2026-08-28 · 04d21fc3e5ac
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| gherkins/regexpbuilderphp | main | 57 |
For agents
markdown · JSON · MCP: product_card(name="gherkins/regexpbuilderphp")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem