danielstjules/Stringy
A PHP string manipulation library with multibyte support 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: 4803
- days_rel: n/a
- days_push: 1697
- n_releases_24m: 0
Adoption not part of the score
2434 stars · 217 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Stringy is a PHP string manipulation library offering an object-oriented, chainable API with full multibyte (UTF-8) support. It provides dozens of methods for case conversion, trimming, padding, searching, and other common string operations that work correctly with Unicode text.
Use cases
- manipulate UTF-8 strings safely in PHP
- convert strings to camelCase, snake_case, or title case
- handle multibyte text without mbstring boilerplate
- chain string transformations in a readable way
- check if a string contains, starts with, or ends with a substring
- slugify or dasherize strings for URLs
When to choose
- your PHP project processes non-ASCII or multibyte text
- you want a fluent, chainable alternative to PHP's scattered string functions
- you need consistent string handling across PHP 5.4+, 7+, or HHVM
When to avoid
- you only work with ASCII strings and prefer native PHP functions
- you need a library under active development with recent commits
- your framework already bundles a modern string utility (e.g., Laravel's Str)
Facets
library · maturity maintenance
serialization internationalization developer-tools developer-tools web-development php string-manipulation multibyte utf-8 chaining oop-wrapper localization
1 source
- readme: https://github.com/danielstjules/Stringy · fetched 2026-08-28 · f92f59b0f708
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| danielstjules/Stringy | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="danielstjules/Stringy")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem