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

symfony/string

Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way observed · 2026-08-28

github.com/symfony/string · homepage · PHP · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

96/100

  • Activity 95
  • 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: 0
  • age_days: 2524
  • days_rel: 35
  • days_push: 35
  • n_releases_24m: 44

Full methodology

Adoption not part of the score

1781 stars · 19 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

A PHP library from the Symfony ecosystem providing an object-oriented API for string manipulation that uniformly handles bytes, UTF-8 code points, and grapheme clusters. It also includes utilities like a slugger and an English inflector for pluralization and singularization.

Use cases

  • manipulate unicode strings safely in php
  • handle emoji and grapheme clusters in text processing
  • generate url slugs from arbitrary text
  • pluralize and singularize english words
  • work with utf-8 code points instead of bytes
  • truncate and pad multibyte strings correctly
  • normalize string case for internationalized content

When to choose

  • your php project needs correct unicode-aware string operations
  • you need slug generation or word inflection out of the box
  • you want a consistent string API regardless of mbstring availability
  • you are already using Symfony components

When to avoid

  • you only need simple ASCII string handling covered by native PHP functions
  • you work outside the PHP ecosystem
  • you need heavyweight text processing like full NLP or regex-heavy parsing

Facets

library · maturity stable

nlp internationalization developer-tools programming-languages developer-tools text-editors php cross-platform strings unicode utf-8 grapheme-clusters slugger inflector symfony-component object-oriented-api localization

6 sources

Member repositories

RepositoryRoleHealth v2
symfony/stringmain96

For agents

markdown · JSON · MCP: product_card(name="symfony/string")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem