VerbalExpressions/PHPVerbalExpressions
PHP Regular expressions made easy 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: 4790
- days_rel: n/a
- days_push: 2272
- n_releases_24m: 0
Adoption not part of the score
2408 stars · 140 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A PHP library providing a fluent, chainable API for constructing regular expressions without writing raw regex syntax. It is a PHP port of the VerbalExpressions project and integrates with PHP's preg functions.
Use cases
- build regex without writing regex syntax
- validate urls with readable pattern definitions
- construct complex regular expressions in php
- replace preg_replace patterns with fluent code
- define regex from business-readable phrases
When to choose
- you write PHP and find raw regex hard to read or maintain
- you want a chainable, self-documenting way to build patterns
- you need simple pattern matching like URL validation
When to avoid
- you need maximum regex performance or exotic regex features
- your project is not PHP-based
- you need a library under very active development
Facets
library · maturity maintenance
parser developer-tools developer-tools programming-languages parsers php cli regex-builder fluent-api verbalexpressions regular-expressions composer
1 source
- readme: https://github.com/VerbalExpressions/PHPVerbalExpressions · fetched 2026-08-28 · b5d25ac1b28b
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| VerbalExpressions/PHPVerbalExpressions | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="VerbalExpressions/PHPVerbalExpressions")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem