|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 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 | 79 | 0 | 1.8 | 26.3 | Apache-2.0 | 2 years ago | |
| voku/stringy | 0.86 | 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.1 | MIT | — | |
| 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 | 3 weeks ago | |
| danielstjules/stringy | 0.86 | 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,436 | 2,476 | 218 | 87K | 18 | 32.1 | 32.7 | MIT | 9 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 | 4 months ago | |
| spatie/string | 0.86 | 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 | 571 | 26 | 16K | 0 | 24.6 | 22.8 | MIT | 3 months 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 | 750 | 0 | 12.2 | 41.5 | MIT | 9 months ago | |
| php-standard-library/str | 0.86 | 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 | 2 months ago | |
| pragmarx/ia-str | 0.86 | Framework-agnostic extraction of Laravel’s Illuminate\Support\Str and string helper functions, repackaged under IlluminateAgnostic\Str to avoid namespace conflicts. Use Str:: methods or global str_* helpers in any PHP project, including Laravel apps. | 52 | 52 | 11 | 29K | 3 | 1.3 | 38.2 | MIT | — | |
| alhames/string | 0.85 | 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 | |
| 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 | 772 | 2 | 2.2 | 35.7 | — | 5 years ago | |
| yiisoft/strings | 0.85 | 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 | 19 | 90K | 4 | 11.0 | 48.3 | BSD-3-Clause | 8 months ago | |
| filament/support | 0.85 | Core support utilities for Filament packages and plugins. Provides shared helpers, contracts, traits, and internal tooling used across the Filament ecosystem to streamline development, ensure consistency, and reduce duplicated code in Laravel apps. | 23 | 24 | 10 | 3M | 0 | 0.4 | 55.3 | — | — | |
| symfony/string | 0.84 | 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,780 | 1,792 | 19 | 17M | 0 | 43.5 | 64.7 | MIT | 1 week ago | |
| hyperf/codec | 0.84 | — | 0 | 0 | 0 | 47K | 1 | 24.6 | 64.1 | MIT | 1 month ago | |
| twig/string-extra | 0.83 | 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.8 | 60.5 | MIT | 2 months ago | |
| respect/stringifier | 0.83 | 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 | |
| yansongda/supports | 0.83 | — | 21 | 21 | 18 | 19K | 0 | 2.1 | 40.4 | MIT | 5 years ago | |
| statamic/stringy | 0.83 | Statamic Stringy adds convenient string helpers for Laravel and Statamic apps. Work with text fluently using a Stringy object and chainable methods for common transformations, casing, trimming, and formatting—great for templates and content-driven projects. | 24 | 24 | 2 | 168K | 0 | 1.1 | 52.9 | MIT | 4 years ago | |
| hyperf/stdlib | 0.82 | Hyperc/stdlib provides foundational utilities for the Hyperf ecosystem: common helpers, collections, array and string tools, and lightweight polyfills used across components. A small, reusable standard library for building high-performance PHP apps and services. | 0 | 0 | 0 | 39K | 0 | 20.1 | 63.5 | MIT | 1 month ago |
How can I help you explore Laravel packages today?