yiisoft/strings
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.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 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 | 1 | 0 | 0.3 | 4.2 | MIT | 3 years ago | |
| danielstjules/stringy | 0.89 | 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,437 | 2,477 | 219 | 85K | 18 | 32.1 | 32.6 | MIT | 9 years ago | |
| voku/stringy | 0.88 | 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 | 186 | 24 | 40K | 0 | 1.7 | 32.4 | MIT | — | |
| yiisoft/files | 0.87 | Yii Files is a PHP 8+ utility package with FileHelper methods for common filesystem tasks: ensure/create directories with permissions, remove or clear directories, filter files via path matching, and other file and directory management helpers. | 37 | 37 | 18 | 57K | 3 | 10.1 | 47.7 | BSD-3-Clause | 7 months ago | |
| hyperf/stringable | 0.87 | — | 0 | 0 | 0 | 44K | 0 | 27.4 | 64.1 | MIT | 1 month ago | |
| 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. | 560 | 571 | 26 | 20K | 0 | 26.2 | 24.6 | MIT | 3 months ago | |
| php-standard-library/str | 0.87 | 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 | 28K | 0 | 19.0 | 63.8 | MIT | 1 month ago | |
| dontdrinkandroot/common | 0.86 | A small utility library with commonly used PHP helpers and extensions, including a PHPStan extension. Intended to provide shared building blocks for projects, with CI and code quality tooling support via SonarCloud badges. | 0 | 0 | 0 | 51 | 0 | 1.8 | 23.7 | Apache-2.0 | 2 years ago | |
| myerscode/utilities-strings | 0.86 | 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 | 517 | 0 | 14.0 | 37.4 | MIT | 3 months ago | |
| symfony/string | 0.86 | 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. | 1,782 | 1,792 | 19 | 17M | 0 | 39.9 | 63.5 | MIT | 1 month ago | |
| open-southeners/extended-php | 0.86 | Extended PHP helpers for modern apps: adds convenient functions, utilities, and small enhancements that complement core PHP to reduce boilerplate and speed up everyday development. Lightweight, easy to drop into existing projects. | 0 | 0 | 0 | 175 | 0 | 13.3 | 32.7 | MIT | 8 months ago | |
| denisok94/helper | 0.86 | A small Laravel/PHP helper package providing convenience functions to speed up everyday development tasks. Useful for common utilities and shortcuts so you can reduce boilerplate across projects. | 1 | 1 | 0 | 2 | 0 | 27.4 | 4.9 | BSD-3-Clause | 6 days ago | |
| respect/stringifier | 0.86 | Respect\Stringifier converts any PHP value into a readable string for logging, debugging, and error messages. Use the stringify() function or the HandlerStringifier object. Secure-by-default handling of strings in newer versions. Requires PHP 8.3+. | 26 | 27 | 2 | 710K | 0 | 17.6 | 63.1 | MIT | 2 months ago | |
| twig/string-extra | 0.86 | 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 | 19.4 | 61.3 | MIT | 2 months ago | |
| sweetchuck/utils | 0.85 | Utility helpers for PHP projects: small, reusable classes and functions aimed at simplifying common tasks and reducing boilerplate. Includes tested code with CI and coverage badges. Suitable as a lightweight dependency for general-purpose apps and libraries. | 1 | 1 | 0 | 757 | 2 | 2.2 | 35.5 | — | 5 years ago | |
| bitandblack/helpers | 0.85 | Lightweight Laravel/PHP helper functions from Bit&Black. Adds practical utilities and shortcuts to speed up everyday development tasks with minimal setup, aiming to keep your codebase cleaner and more consistent across projects. | 0 | 0 | — | 961 | — | 0.0 | 41.2 | — | — | |
| prinsfrank/transliteration | 0.85 | Typed PHP 8.1+ wrapper around ICU Transliterator. Build transliterators with strict, documented arguments instead of opaque rule strings, plus ready-to-use conversion sets for common transformations (e.g., names/addresses, identity verification, multi-language support). | 9 | 9 | 1 | 1K | 0 | 1.9 | 29.5 | MIT | 2 years ago | |
| yiisoft/di | 0.85 | PSR-11 compatible dependency injection container for PHP 8.1+. Supports autowiring plus constructor, method and property injection, aliasing, service providers, delegated/composite containers, circular reference detection, and state reset for long-running workers. | 236 | 239 | 49 | 54K | 14 | 16.6 | 41.0 | BSD-3-Clause | 7 months ago | |
| deozza/philarmony-utils | 0.84 | Utility helpers for Philarmony projects. A small collection of PHP/Laravel-oriented functions and convenience tools intended to reduce boilerplate and streamline common tasks across applications and packages. | 0 | 0 | 0 | 0 | 0 | 0.0 | — | — | — | |
| yiisoft/html | 0.84 | Tools for dynamic server-side HTML generation: rich set of tag classes, custom tags, widgets (ButtonGroup, CheckboxList, RadioList), automatic HTML-encoding with NoEncode bypass, and an Html helper with static methods to build tags and widgets. | 58 | 58 | 23 | 31K | 6 | 25.8 | 44.8 | BSD-3-Clause | 1 month ago |
How can I help you explore Laravel packages today?