pragmarx/coollection
Coollection repackages Laravel-style collections (via Tightenco\Collect) to let you access items as object properties. Traverse nested arrays/objects with fluent collection methods, then read values like $countries->where('name.common','US')->first()->currency->name.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| doctrine/collections | 0.81 | Doctrine Collections is a lightweight abstraction for working with arrays and object sets in PHP. Provides Collection interfaces and implementations like ArrayCollection, plus filtering, mapping, criteria-based matching, and iteration utilities used across Doctrine projects. | 5,981 | 6,017 | 183 | 6M | 28 | 63.8 | 57.4 | MIT | 2 months ago | |
| phpcollection/phpcollection | 0.81 | PHP Collection provides a flexible, object-oriented collection library for PHP. It offers common collection types and utilities to manage groups of objects consistently, with a clean API and solid documentation. Ideal for domains needing reusable collection abstractions. | 968 | 1,001 | 51 | 191K | 9 | 10.4 | 35.2 | Apache-2.0 | 4 years ago | |
| php-standard-library/collection | 0.81 | Generic, object-oriented Vector, Map, and Set collections for PHP with both immutable and mutable variants. Part of PHP Standard Library; designed for a consistent, type-friendly API. Full docs at php-standard-library.dev. | 1 | 1 | 0 | 40K | 0 | 18.4 | 63.5 | MIT | 1 month ago | |
| cakephp/collection | 0.81 | CakePHP Collection offers a powerful, fluent API for working with arrays and traversables. Map, filter, reduce, group, sort, extract, and combine data with immutable-style operations and lazy iteration helpers—ideal for clean data pipelines in PHP apps. | 91 | 97 | 6 | 51K | 0 | 0.6 | 37.9 | NOASSERTION | — | |
| cscfa_tool_division/collections | 0.81 | — | 0 | 1 | 0 | 0 | 0 | 0.6 | — | MIT | 9 years ago | |
| atournayre/collection | 0.81 | Type-safe PHP collections with list/map factories, plus immutable variants. Includes DecimalValue collections with consistent precision handling. Build domain-specific collections by extending TypedCollection to enforce item types and safe manipulation. | 0 | 0 | 0 | 0 | 0 | 3.6 | — | MIT | 2 years ago | |
| cvek/collection | 0.80 | — | 1 | 1 | 0 | 82 | 0 | 0.0 | 22.4 | — | — | |
| tightenco/collect | 0.80 | 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 | 121K | 3 | 10.4 | 19.4 | — | 3 years ago | |
| digitalrevolution/utils | 0.80 | — | 1 | 1 | 8 | 2K | 1 | 26.0 | 48.1 | MIT | 2 months ago | |
| alexeyshockov/colada | 0.80 | — | 31 | 32 | 6 | 0 | 0 | 0.2 | — | MIT | — | |
| minwork/array | 0.79 | 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. | 63 | 66 | 13 | 4K | 1 | 5.4 | 24.9 | MIT | 6 years ago | |
| wp-starter/collections | 0.79 | Laravel-friendly collection utilities for WordPress projects. Adds helpful helpers and abstractions around arrays and iterable data to make transforming, filtering, and mapping data easier in WP-driven apps, plugins, and themes with a modern PHP approach. | 0 | 0 | 0 | 0 | 0 | 0.3 | — | MIT | 3 years ago | |
| symfony/property-info | 0.79 | Symfony PropertyInfo extracts metadata about PHP class properties (types, visibility, accessors) from multiple sources like reflection, PHPDoc, and serializers. Useful for building API docs, forms, validation, and other tooling that needs reliable property details. | 2,222 | 2,233 | 13 | 7M | 0 | 40.5 | 55.3 | MIT | 1 month ago | |
| hyperf/collection | 0.79 | A lightweight, fluent Collection implementation for Hyperf/PHP. Provides convenient methods for mapping, filtering, reducing, grouping, plucking, and more, with an API similar to Laravel Collections for handling arrays and iterables cleanly and safely. | 0 | 0 | 1 | 42K | 1 | 27.7 | 64.1 | MIT | 1 month ago | |
| nayjest/manipulator | 0.79 | 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 | 6K | 3 | 4.1 | 37.7 | MIT | 9 years ago | |
| anahkiasen/underscore-php | 0.79 | Underscore.php brings functional helpers to PHP inspired by Underscore.js. Chainable, collection and array utilities like map, filter, reduce, groupBy, sortBy, pluck, and more. Handy for concise data manipulation in any PHP project, including Laravel. | 1,109 | 1,108 | 89 | 26K | 29 | 8.8 | 21.5 | — | — | |
| hiqdev/yii2-collection | 0.78 | Yii2 extension that integrates hiqdev/php-collection, providing collection data structures and helpers for Yii2 apps. Install via Composer and use a consistent, reusable collection API within your Yii2 project. | 7 | 10 | 3 | 235 | 0 | 1.9 | 20.5 | BSD-3-Clause | 9 years ago | |
| egeloen/json-builder | 0.78 | PHP 5.6+ library to build JSON using Symfony PropertyAccess paths. Set nested values, arrays, and raw/unescaped values while retaining control over escaping. Produces JSON strings from a fluent builder API with strong test coverage. | 96 | 97 | 26 | 12K | 0 | 1.4 | 28.9 | MIT | — | |
| luezoid/laravel-core | 0.78 | — | 11 | 11 | 9 | 24 | 2 | 1.6 | 6.6 | MIT | 3 years ago | |
| illuminate/collections | 0.78 | Illuminate Collections provides a fluent, chainable API for working with arrays and iterables in PHP. Includes Collection and LazyCollection with powerful mapping, filtering, grouping, sorting, and higher-order operations, used widely across Laravel and standalone projects. | 271 | 291 | 47 | 2M | 0 | 2.8 | 54.2 | MIT | — |
How can I help you explore Laravel packages today?