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

Arrays Laravel Package

yiisoft/arrays

yiisoft/arrays is a small PHP helper library for working with arrays. It provides safe, convenient methods to get and set values (including nested paths), filter and merge data, and simplify common array operations in Yii and any PHP project.

View on GitHub
Deep Wiki
Context7
Package
Score
Description
Stars
Likes
Forks
Downloads
Issues
Score
Opportunity
License
Last Release
riimu/kit-phpencoder 0.83 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
View on GitHub
Context7
php-standard-library/str 0.83 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
View on GitHub
Context7
yiisoft/strings 0.82 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
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,644 358 408K 12 23.8 38.6 7 years ago
View on GitHub
Deep Wiki
Context7
yiisoft/files 0.81 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 48K 3 9.2 46.2 BSD-3-Clause 8 months ago
View on GitHub
Context7
digitalrevolution/utils 0.81 1 1 8 2K 1 24.5 48.2 MIT 3 months ago
View on GitHub
Context7
alhames/string 0.81 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
View on GitHub
Context7
dragon-code/pretty-array 0.81 Framework-agnostic PHP utility to export arrays into a readable, pretty PHP representation. Preserves numeric keys correctly (unlike symfony/var-exporter), making it ideal for generated config/translation files and other array dumps you want to commit or inspect. 17 17 1 427K 0 8.5 55.3 MIT 1 year ago
View on GitHub
Context7
adbario/php-dot-notation 0.81 Lightweight, fast dot-notation access for PHP arrays. Get, set, and manipulate nested data using keys like info.home.address, with optional auto-parsing of dot keys, custom delimiters, and ArrayAccess support so Dot objects behave like arrays. 462 468 49 231K 0 23.6 42.0 MIT 4 months ago
View on GitHub
Context7
overtrue/laravel-versionable 0.81 Add lightweight version history to Laravel Eloquent models. Track only changed attributes, control fields via whitelist/blacklist, keep a set number of versions, browse versions and revert to any saved point in time with simple APIs and migrations. 588 587 50 33K 11 31.0 35.2 MIT 4 months ago
View on GitHub
Deep Wiki
Context7
spatie/array-functions 0.81 Handy PHP array utilities from Spatie. Adds small, focused functions in the Spatie namespace (e.g., array_rand_value to pick a random value) to complement built-in array helpers. Install via Composer and use directly in your code. 245 248 39 1K 0 6.6 11.6 MIT 1 year 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 79 0 1.8 26.3 Apache-2.0 2 years ago
View on GitHub
Context7
voku/stringy 0.80 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
View on GitHub
Context7
phpyh/coding-standard 0.80 PHPyh Coding Standard provides a ready-to-use PHP CS Fixer configuration for consistent formatting across your project. Install via Composer and apply the PhpCsFixerCodingStandard to your .php-cs-fixer.dist.php, with support for overriding rules. 23 23 1 2K 1 10.2 28.1 MIT 9 months ago
View on GitHub
Context7
danielstjules/stringy 0.80 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
View on GitHub
Context7
symfony/polyfill-php84 0.79 Symfony Polyfill for PHP 8.4 features, enabling newer core functions and APIs on older runtimes. Includes array_find/any/all, bcdivmod, Deprecated attribute, fpow, grapheme_str_split, mb_* trim/ucfirst/lcfirst, PDO subclasses, and ReflectionConstant. 138 139 5 14M 0 19.2 63.3 MIT 2 months ago
View on GitHub
Context7
voku/arrayy 0.79 488 491 33 59K 1 3.8 29.5 MIT
View on GitHub
Context7
yiisoft/aliases 0.79 yiisoft/aliases stores and resolves path aliases (strings starting with @) for filesystem paths or URLs. Define aliases like @root, @vendor, @bin and expand them on demand, supporting nested aliases (e.g., @bin => @vendor/bin) without checking path existence. 24 24 10 40K 3 10.6 47.8 BSD-3-Clause 8 months ago
View on GitHub
Context7
open-southeners/extended-php 0.79 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
View on GitHub
Context7
yiisoft/html 0.79 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 27K 6 25.2 43.8 BSD-3-Clause 2 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.
terminal42/code-quality-tools
codifyo/ts-generator-bundle
andydefer/laravel-cluster
testo/fiber
mintobit/jobqueue
a4sex/maintenance-bundle
a4sex/entity-date-update
a4sex/client-identifier
a4sex/base-utilites
a4sex/key-value-storage
a4sex/micro-status
chilldev/dependency-injection-extra
datinglibre/datinglibre-app-api
biberltd/corebundle
bricre/symfony-bundle-test
biberltd/logbundle
dominium/http-adapter-bundle
dominium/google-analytics
a4sex/auto-clean-entity
christhompsontldr/laravel-inky