# danielstjules/Stringy

A PHP string manipulation library with multibyte support

Repository: https://github.com/danielstjules/Stringy
Canonical: https://ross.abutalabs.com/products/stringy
Language: PHP
License: MIT
License Family: permissive
Topics: php, strings, multibyte, utf-8
Last push: 2022-01-09T15:02:42+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 4803, "days_push": 1697, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2434, forks 217 (observed 2026-08-28T04:06:51.319046+00:00)

## What it is
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
- artifact type: library
- maturity: maintenance
- function: serialization, internationalization, developer-tools
- domain: developer-tools, web-development
- platform: php
- tags: string-manipulation, multibyte, utf-8, chaining, oop-wrapper, localization

## Member repositories
- danielstjules/Stringy (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:51.319046+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T02:31:08.565918+00:00, confidence not recorded.
  - readme: https://github.com/danielstjules/Stringy (fetched 2026-08-28T04:06:51.319046+00:00, sha f92f59b0f708)
- Data as of 2026-08-30T08:39:29.467469+00:00.
