|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| symfony/polyfill-mbstring | 0.85 | Native PHP polyfill for the mbstring extension, providing partial mb_* functionality when the mbstring extension isn’t available. Part of Symfony’s Polyfill suite for consistent multibyte string handling across environments. | 7,833 | 7,848 | 38 | 18M | 0 | 48.0 | 54.7 | MIT | 3 weeks ago | |
| 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. | 519 | 524 | 91 | 389K | 2 | 6.2 | 41.5 | 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 | 19 | 63K | 5 | 14.8 | 48.2 | BSD-3-Clause | 6 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,645 | 358 | 377K | 12 | 23.8 | 38.2 | — | 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 | 126 | 0 | 1.5 | 22.6 | 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 | 103K | 1 | 2.2 | 50.3 | 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. | 0 | 25 | — | 61K | — | 11.5 | 50.9 | — | — | |
| symfony/polyfill-ctype | 0.81 | Symfony Polyfill for Ctype provides drop-in ctype_* functions for PHP installations missing the ctype extension. Ensures consistent character classification across environments and older PHP versions as part of Symfony’s Polyfill suite. | 4,044 | 4,047 | 6 | 17M | 0 | 39.0 | 57.7 | MIT | 2 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 | 162K | 2 | 4.2 | 46.2 | MIT | 3 years 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 | 51 | 0 | 1.8 | 23.7 | 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 | 36.1 | MIT | 6 years ago | |
| symfony/polyfill-intl-normalizer | 0.80 | Fallback implementation of PHP Intl’s Normalizer class when the intl extension isn’t available. Part of Symfony’s Polyfill suite, providing compatible Unicode normalization support across environments under the MIT license. | 2,072 | 2,073 | 4 | 17M | 0 | 31.8 | 63.7 | MIT | 3 weeks ago | |
| dmp/rest-bundle | 0.80 | — | 0 | 0 | 0 | 16 | 0 | 19.8 | 19.4 | — | 2 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 | 107 | 0 | 14.5 | 29.9 | MIT | 7 months 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 | 86K | 0 | 1.3 | 49.9 | MIT | 2 years ago | |
| symfony/string | 0.79 | Object-oriented string handling for PHP with unified support for raw bytes, UTF-8 code points, and grapheme clusters. Provides robust, consistent string manipulation utilities as part of the Symfony ecosystem. | 1,787 | 1,796 | 19 | 16M | 0 | 42.7 | 64.3 | MIT | 2 weeks 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. | 575 | 578 | 48 | 12M | 17 | 10.2 | 63.1 | 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. | 179 | 186 | 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 | 31 | 0 | 6.1 | 20.3 | MIT | 9 months ago |
How can I help you explore Laravel packages today?