symfony/string
Symfony String component: object-oriented string API that handles bytes, UTF-8 code points, and grapheme clusters consistently. Includes tools for safe string manipulation and normalization, with full docs and contribution resources on symfony.com.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| voku/stringy | 0.89 | voku/stringy is a PHP string manipulation library with a fluent, chainable API and multibyte/Unicode-safe helpers. It offers common text utilities like trimming, casing, slugging, replacing, and comparisons, aiming for predictable results across encodings. | 180 | 187 | 24 | 39K | 0 | 1.7 | 32.3 | MIT | — | |
| alhames/string | 0.89 | A lightweight Laravel/PHP helper package providing convenient string utilities and shortcuts for common text operations such as formatting, cleaning, converting case, and working with substrings, making repetitive string handling tasks easier across your application. | 0 | 0 | 0 | 10 | 0 | 0.3 | 14.4 | MIT | 3 years ago | |
| php-standard-library/str | 0.88 | Lightweight string utility library for PHP, providing common helpers for formatting, parsing, and safe string handling. Designed as a simple “standard library” add-on with a small API surface and easy composer integration. | 1 | 1 | 0 | 36K | 0 | 17.7 | 63.2 | MIT | 3 months ago | |
| voku/urlify | 0.88 | PHP URL slugifier/transliterator (URLify.js port) that converts UTF-8 strings into readable, URL-safe slugs and filenames. Supports many languages via mapping tables with Portable ASCII fallback, plus helpers like downcode/transliterate and custom char rules. | 25 | 27 | 5 | 49K | 0 | 0.4 | 45.2 | BSD-3-Clause | — | |
| spatie/string | 0.87 | Fluent string handling for PHP. Wrap strings with string() to get a chainable object with helpers like between(), case conversion, concatenation, and array-offset access for reading/updating characters. Lightweight utility by Spatie, installable via Composer. | 559 | 570 | 26 | 15K | 0 | 23.6 | 22.4 | MIT | 5 months ago | |
| twig/string-extra | 0.87 | Twig extension integrating Symfony String: add filters u (UnicodeString methods), slug (AsciiSlugger), and singular/plural (Inflector) to manipulate text, generate slugs, and handle basic inflection directly in Twig templates. | 221 | 223 | 4 | 2M | 0 | 17.0 | 61.1 | MIT | 4 months ago | |
| danielstjules/stringy | 0.87 | Stringy is a PHP library for Unicode-safe string manipulation with a fluent, object-oriented API. Chain helpers for trimming, casing, substrings, padding, replacing, slugifying, and more, without worrying about multibyte issues. | 2,434 | 2,476 | 217 | 87K | 18 | 32.0 | 32.7 | MIT | 9 years ago | |
| yiisoft/strings | 0.86 | Yii Strings provides fast, multibyte-safe string utilities for PHP: StringHelper and NumericHelper, Inflector (pluralize, slug), wildcard pattern matching, and optimized combined regex matching with optional memoization. | 49 | 51 | 18 | 90K | 4 | 10.0 | 48.0 | BSD-3-Clause | 9 months ago | |
| aferrandini/urlizer | 0.86 | Laravel-friendly URL slug generator that “urlizes” strings into clean, readable slugs with sensible transliteration and customization options. Ideal for turning titles or names into SEO-ready URLs consistently across your app. | 24 | 24 | 9 | 3K | 0 | 0.8 | 29.3 | — | 13 years ago | |
| myerscode/utilities-strings | 0.85 | A small PHP utility library providing string helper functions for common formatting and manipulation tasks. Useful for Laravel or plain PHP projects to reduce boilerplate for trimming, case conversion, searching, and other everyday string operations. | 1 | 1 | 0 | 507 | 0 | 12.4 | 36.8 | MIT | 5 months ago | |
| spatie/laravel-sluggable | 0.85 | Automatically generate unique slugs for Eloquent models on create/update. Supports collision suffixes, translatable slugs, and customizable slug options. Includes “self-healing” URLs that keep old links working via slug+id route keys and redirects. | 1,556 | 1,578 | 191 | 514K | 0 | 42.3 | 40.4 | MIT | 1 month ago | |
| ausi/slug-generator | 0.84 | Generate clean, customizable slugs for URLs and filenames using PHP’s Transliterator (CLDR). Supports many scripts (Cyrillic, Greek, CJK), locale-aware conversions, configurable valid chars and delimiters, and consistent ASCII output via simple options. | 799 | 801 | 52 | 50K | 10 | 11.0 | 28.4 | MIT | 5 years ago | |
| zenstruck/slugify-bundle | 0.84 | Deprecated Symfony2 bundle integrating cocur/slugify. Provides a zenstruck.slugify service and optional Twig slugify filter, with configurable mode (iconv/array) and basic settings for separator and empty-value replacements. | 7 | 7 | 0 | 1 | 0 | 0.3 | 0.5 | — | 12 years ago | |
| cocur/slugify | 0.83 | cocur/slugify converts strings into URL-friendly slugs by stripping special characters and transliterating many languages (e.g., ä → ae). Lightweight with no external dependencies, PSR-4, PHP 8.0–8.5, and integrations for Laravel, Symfony, Twig, and more. | 2,900 | 2,973 | 245 | 1M | 20 | 43.1 | 49.4 | MIT | 9 months ago | |
| didweb/slug | 0.82 | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | — | — | |
| moox/slug | 0.82 | — | 5 | 5 | 0 | 1 | 0 | 11.7 | 1.0 | MIT | 7 months ago | |
| symfony/filesystem | 0.78 | Symfony Filesystem provides practical, cross-platform filesystem utilities for PHP: create/copy/move/remove files and directories, check existence, handle permissions, and more. Part of the Symfony Components with solid documentation and community support. | 4,635 | 4,690 | 48 | 15M | 0 | 59.6 | 57.1 | MIT | 4 weeks ago | |
| symfony/asset | 0.76 | Symfony Asset Component handles generating URLs for web assets (CSS, JS, images) and managing versioning for cache busting. Works with different base paths/hosts and package setups to produce consistent, deploy-friendly asset links. | 3,148 | 3,160 | 12 | 4M | 0 | 42.6 | 49.4 | MIT | 3 months ago | |
| symfony/config | 0.73 | Symfony Config component helps you find, load, merge, autofill, and validate configuration from sources like YAML, XML, INI, or databases. Provides structured handling of config values for reusable, consistent application setups. | 4,275 | 4,302 | 44 | 9M | 0 | 57.6 | 53.9 | MIT | 4 weeks ago |
How can I help you explore Laravel packages today?