|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| voku/portable-utf8 | 0.83 | High-performance UTF-8 helper library for PHP with portable polyfills for mbstring and intl features. Provides fast string operations, validation, normalization, encoding fixes, and safe text handling across environments without extra extensions. | 518 | 524 | 88 | 412K | 2 | 5.8 | 40.7 | Apache-2.0 | — | |
| yiisoft/strings | 0.83 | 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 | |
| neitanod/forceutf8 | 0.82 | Fix and normalize mixed-encoded PHP strings. ForceUTF8 converts unknown input (UTF-8, Latin-1/ISO-8859-1, Windows-1252, or mixes) to clean UTF-8, and repairs double-encoded “garbled” text via fixUTF8, with optional iconv flags. | 1,633 | 1,644 | 358 | 434K | 12 | 23.8 | 39.1 | — | 7 years ago | |
| becklyn/video-platforms | 0.82 | Symfony bundle providing helpers to parse and normalize video URLs (YouTube/Vimeo etc.), serialize/store as “platform@id” or arrays, validate via constraints, and integrate with entities and forms using a VideoUrlType. | 2 | 2 | 0 | 62 | 0 | 1.5 | 20.8 | BSD-3-Clause | 4 years ago | |
| onnov/detect-encoding | 0.82 | Fast Cyrillic text encoding detector for PHP to replace unreliable mb_detect_encoding. Identifies Windows-1251, KOI8-R, ISO-8859-5 (optionally IBM866/MacCyrillic) using code page ranges, with high accuracy even on short strings and very large texts. | 22 | 23 | 5 | 137K | 1 | 2.2 | 52.1 | MIT | 5 years ago | |
| zenstruck/bytes | 0.81 | Small PHP bytes utility for working with file sizes: parse human-readable strings (e.g. "10 MB"), format byte counts, compare values, and convert between units. Handy for Laravel/PHP apps needing consistent size handling and validation. | 25 | 25 | 3 | 61K | 0 | 7.2 | 48.9 | MIT | 9 months ago | |
| riimu/kit-phpencoder | 0.81 | Export PHP variables as customizable, readable or compact PHP code. A flexible alternative to var_export() with control over whitespace, array syntax, and useful object conversion—ideal for generated config files and optimized cache output. | 71 | 74 | 5 | 152K | 2 | 4.2 | 45.8 | MIT | 3 years ago | |
| symfony/string | 0.81 | 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,781 | 1,789 | 19 | 20M | 0 | 42.2 | 64.2 | MIT | 1 month ago | |
| juy/character-solver | 0.81 | Laravel middleware that converts specific HTML entities back into characters (e.g., ç→ç, ö→ö, ü→ü). Includes configurable translation map and an enable/disable flag; can run globally or be added manually to the HTTP Kernel. | 1 | 1 | 0 | 0 | 1 | 3.4 | — | MIT | 9 years ago | |
| dontdrinkandroot/common | 0.81 | 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 | |
| comsave/common | 0.81 | Shared common utilities for Laravel/PHP projects by Comsave. Provides reusable helpers and foundational components to reduce duplication across apps and packages, keeping shared logic centralized and easy to maintain. | 2 | 2 | 1 | 1K | 0 | 2.4 | 35.4 | MIT | 6 years ago | |
| symfony/polyfill-iconv | 0.80 | Native PHP polyfill for the iconv extension, providing implementations of common iconv functions (except ob_iconv_handler). Useful when iconv isn’t available, ensuring consistent character set conversion behavior across environments. | 1,759 | 1,762 | 10 | 4M | 0 | 23.0 | 51.7 | MIT | 5 months ago | |
| dmp/rest-bundle | 0.80 | — | 0 | 0 | 0 | 2 | 0 | 17.3 | 7.4 | — | 5 months ago | |
| open-southeners/extended-php | 0.80 | 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 | 837 | 0 | 11.0 | 41.7 | MIT | 10 months ago | |
| sweetchuck/utils | 0.80 | 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 | 2K | 2 | 2.3 | 40.2 | — | 5 years ago | |
| lasserafn/php-string-script-language | 0.80 | Detect which writing system a string uses with a simple PHP API. Check if text contains Arabic, Latin, Cyrillic, Thai, Han/Chinese, Japanese (Hiragana/Katakana), and many more scripts via boolean helpers like StringScript::isThai($text). | 20 | 22 | 1 | 94K | 0 | 1.3 | 50.4 | MIT | 3 years ago | |
| voku/portable-ascii | 0.79 | PHP 7+ library to transliterate Unicode to portable ASCII for slugs, URLs, and safe filenames. Works without mbstring/iconv, lightweight and easy to bundle. Based on Unidecode/Stringy-style mappings with handy helper methods. | 577 | 580 | 52 | 13M | 16 | 9.9 | 62.4 | MIT | — | |
| voku/stringy | 0.78 | 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 | — | |
| andrew-gos/serializer | 0.78 | Extensible PHP 8.2+ serializer that normalizes arrays/objects and encodes to JSON or XML. Register custom normalizers and encoders via a configurable Serializer. Pure encoders avoid mutating input and handle XML duplication/circular references. | 0 | 0 | 0 | 46 | 0 | 4.6 | 23.9 | MIT | 1 year ago | |
| 1tomany/data-uri-bundle | 0.78 | — | 0 | 0 | 0 | 18 | 0 | 24.0 | 20.8 | MIT | 1 month ago |
How can I help you explore Laravel packages today?