Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

String Encoder Laravel Package

devanoxltd/string-encoder

View on GitHub
Deep Wiki
Context7
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
View on GitHub
Deep Wiki
Context7
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
View on GitHub
Context7
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
View on GitHub
Context7
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
View on GitHub
Deep Wiki
Context7
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
View on GitHub
Context7
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
View on GitHub
Context7
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
View on GitHub
Context7
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
View on GitHub
Deep Wiki
Context7
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
View on GitHub
Context7
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
View on GitHub
Context7
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
View on GitHub
Context7
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
View on GitHub
Context7
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
View on GitHub
Deep Wiki
Context7
dmp/rest-bundle 0.80 0 0 0 16 0 19.8 19.4 2 months ago
View on GitHub
Context7
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
View on GitHub
Context7
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
View on GitHub
Context7
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
View on GitHub
Deep Wiki
Context7
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
View on GitHub
Context7
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
View on GitHub
Context7
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
View on GitHub
Context7
Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
ilhamsyabani/laravel-volt-starter
thethunderturner/filament-latex
ghostcompiler/laravel-querybuilder
webrek/laravel-telescope-mongodb
anousss007/blatui
zatona-eg/zatona-eg-api
cocosmos/filament-sticky-save-bar
patrickbussmann/oauth2-apple
3brs/enterprise-security-bundle
anousss007/vigilance
supportpal/eloquent-model
ardenexal/fhir-models
laravel-at/laravel-image-sanitize
romalytar/yammi-audit-log-laravel
ardenexal/fhir-validation
arshaviras/weather-widget
laravel-chronicle/core
sunchayn/nimbus
daikazu/eloquent-salesforce-objects
unseen-codes/chat