symfony/polyfill-intl-grapheme
Symfony polyfill for intl's grapheme_* functions observed · 2026-08-28
Health v2 · maintenance only
96/100
- Activity 94
- Release rhythm 95
- Longevity 100
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: 6.5
- age_days: 3968
- days_rel: 36
- days_push: 36
- n_releases_24m: 7
Adoption not part of the score
1725 stars · 5 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Symfony polyfill library providing native PHP implementations of the intl extension's grapheme_* string functions for environments where the Intl extension is unavailable. It supports functions like grapheme_strlen, grapheme_substr, grapheme_strpos, and grapheme_str_split on UTF-8 strings.
Use cases
- use grapheme_* functions without the intl extension installed
- count string length in grapheme units on hosts lacking intl
- split strings into grapheme clusters in pure PHP
- portable unicode string handling across PHP deployments
- find substring positions in grapheme units without ext-intl
When to choose
- your PHP runtime lacks the intl extension but you need grapheme cluster string operations
- you want portable code that works with or without ext-intl
- you already use Symfony components and need consistent unicode handling
When to avoid
- the intl extension is already installed and you prefer the native C implementation
- you need full ICU unicode support beyond the grapheme_* function subset
Facets
library · maturity stable
internationalization parser developer-tools web-development php polyfill shim grapheme unicode intl symfony-component localization
5 sources
- readme: https://github.com/symfony/polyfill-intl-grapheme · fetched 2026-08-28 · cb6a58a3c35f
- homepage: https://symfony.com/polyfill-intl-grapheme · fetched 2026-08-29 · 2dce9e22d06b
- site_page: https://symfony.com/doc · fetched 2026-08-29 · 44889134f4fb
- site_page: https://symfony.com/releases · fetched 2026-08-29 · 5bd749e2b676
- site_page: https://symfony.com/blog/category/releases · fetched 2026-08-29 · 0739a28df2e8
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| symfony/polyfill-intl-grapheme | main | 96 |
For agents
markdown · JSON · MCP: product_card(name="symfony/polyfill-intl-grapheme")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem