minwork/array
Minwork Array provides fast, well-tested helpers for nested, associative, and object arrays. Get/set/has plus map, filter, find, group, sort, and validation, with fluent-style chaining. No dependencies; modern PHP syntax.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| open-southeners/extended-php | 0.87 | 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 | 82 | 0 | 15.2 | 28.4 | MIT | 7 months ago | |
| nekland/tools | 0.86 | Small, dependency-free PHP utility library (semver) with high-quality helpers: StringTools (camelize, starts/endsWith, contains, multibyte ucfirst), ArrayTools, equality interface, DateTimeComparator, and temporary file/directory management. | 7 | 7 | 3 | 6K | 0 | 3.1 | 39.8 | MIT | 3 years ago | |
| ajaykumaraipl/package | 0.85 | Laravel/PHP package by ajaykumaraipl. Provides reusable components/helpers intended to simplify common application tasks and speed up development. Install via Composer and integrate into your Laravel project as needed. | 0 | 0 | 0 | 0 | 0 | 0.0 | — | — | — | |
| tightenco/collect | 0.85 | A standalone port of Laravel’s Illuminate\Support\Collection for non-Laravel projects. Get expressive, chainable, higher-order methods like map, filter, reduce, pluck, groupBy, and more with minimal dependencies—ideal for any PHP app. | 1,495 | 1,541 | 111 | 122K | 3 | 10.4 | 19.4 | — | 3 years ago | |
| nayjest/manipulator | 0.85 | Fast, lightweight PHP object manipulation helpers—like symfony/property-access but simpler (~300 LOC) and no reflection. Instantiate classes, set public properties, and assign values via setters from arrays (snake/camel case), with optional property creation. | 10 | 10 | 1 | 5K | 3 | 4.1 | 37.0 | MIT | 9 years ago | |
| tipoff/test-support | 0.85 | Deprecated/archived package providing shared unit/feature testing support for Tipoff Laravel packages. Previously included common test utilities and configuration; being removed as a dependency so packages can update independently and adopt newer Laravel versions faster. | 0 | 0 | 0 | 398 | 3 | 6.8 | 35.7 | MIT | 5 years ago | |
| dontdrinkandroot/common | 0.85 | 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 | 38 | 0 | 1.8 | 22.0 | Apache-2.0 | 2 years ago | |
| lastdragon-ru/lara-asp-core | 0.85 | — | 0 | 0 | 1 | 4K | 0 | 0.0 | 50.4 | MIT | — | |
| comsave/common | 0.84 | 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 | |
| novay/draft | 0.84 | — | 0 | 0 | 0 | 0 | 0 | 4.5 | — | MIT | 9 months ago | |
| ctrl-f5/ctrl-common | 0.84 | Shared utilities and helpers for the Ctrl-F5 ecosystem: common PHP/Laravel components, small abstractions, and reusable support code used across multiple packages and apps. Intended as a lightweight foundation dependency. | 0 | 0 | 0 | 3 | 0 | 0.0 | 8.3 | — | — | |
| digitalrevolution/utils | 0.84 | — | 1 | 1 | 8 | 3K | 1 | 27.5 | 51.6 | MIT | 1 month ago | |
| php-standard-library/foundation | 0.84 | A lightweight PHP foundation library offering common building blocks and utilities to bootstrap projects. Provides reusable helpers and core abstractions to reduce boilerplate and standardize patterns across apps and packages. | 1 | 1 | 0 | 33K | 0 | 21.2 | 64.8 | MIT | 2 weeks ago | |
| andreas-glaser/php-helpers | 0.84 | PHP 8.2+ helper toolkit offering ArrayHelper and other utilities for everyday tasks. Includes dot-notation get/set/unset, key/value lookups, insert/prepend/append, random/first/last helpers, filtering empty values, implode/explode helpers, key casing conversion, and more. | 13 | 14 | 2 | 572 | 0 | 2.9 | 22.3 | MIT | 1 year ago | |
| laravel/helpers | 0.84 | Backwards-compatibility package that restores Laravel 5.8 global helper functions for newer Laravel versions. Useful when upgrading legacy apps; helpers map to modern Arr and Str methods. Not accepting new helpers. | 805 | 815 | 44 | 1M | 0 | 26.7 | 49.5 | MIT | 2 months ago | |
| dciss/poo-bundle | 0.84 | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | — | — | |
| dragon-code/support | 0.84 | Dragon Code Support is a lightweight helper toolkit for PHP/Laravel projects, providing a growing collection of utilities and facades to speed up development. Easy to extend—add new methods or classes with tests following the package structure. | 23 | 23 | 5 | 443K | 0 | 26.8 | 63.5 | MIT | 2 months ago | |
| denisok94/helper | 0.84 | 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 | 13.8 | — | BSD-3-Clause | 4 months ago | |
| braunstetter/helper | 0.84 | braunstetter/helper is a small PHP/Laravel helper package that groups handy utility functions for everyday development—common string, array, and miscellaneous helpers you can reuse across projects to reduce boilerplate and speed up coding. | 0 | 0 | 0 | 46 | 0 | 0.0 | — | — | 3 years ago | |
| pragmarx/ia-arr | 0.83 | Illuminate\Support\Arr extracted from Laravel, repackaged as a framework-agnostic PHP library. Provides the full set of Arr helpers under the IlluminateAgnostic\Arr namespace to avoid conflicts, usable in any project (including Laravel). | 54 | 55 | 21 | 26K | 0 | 1.3 | 37.0 | MIT | 1 year ago |
How can I help you explore Laravel packages today?