Ross ROSS = Recommend OSS · open-source software intelligence for agents

symfony/polyfill-intl-grapheme

Symfony polyfill for intl's grapheme_* functions observed · 2026-08-28

github.com/symfony/polyfill-intl-grapheme · homepage · PHP · MIT (permissive) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
symfony/polyfill-intl-graphememain96

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