Libraries tagged by array collection
itools/smartarray
109 Downloads
Enhanced PHP arrays with built-in HTML encoding and chainable collection methods
interitty/utils
1144 Downloads
Extension of the standard Nette/Utils by some other features that are specific for use in the Interitty projects.
cse/helpers
5 Downloads
CSE HELPERS is a collection of several libraries for the rapid development of web applications.
creativestyle/utilities
683 Downloads
Static method utilities collection with high reusability
collector/collector
207 Downloads
A collection library inspired by Laravel Collections, built using generators to preserve memory
bastman/php7-arrayly
22 Downloads
a simple port of Kotlin Collections to php
axelitus/base
76 Downloads
A framework agnostic PHP package that contains _extensions_ and helpers for the PHP primitive types (strings, numbers, array, etc.). It also contains common interfaces for _new_ types like collections, etc.
kielabokkie/laravel-conceal
3073 Downloads
Conceal data in an array or collection
jlozanomaltos/json-reducer
51 Downloads
An array size reducer (for JSON output purposes) using Models, Collections, Arrays
dipenparmar12/exportable
50 Downloads
A Laravel package for hassle free generate CSV,JSON files from (Eloquent model,Collection Array)
digitalhq/hydrator
1148 Downloads
Package for the mapping and hydrating laravel models from data arrays and collections
incraigulous/objection
465 Downloads
Wrap nested arrays in DTO objects and collections.
merkis88/collect
14 Downloads
Custom collection class for working with arrays
hejunjie/utils
335 Downloads
一个零碎但实用的 PHP 工具函数集合库。包含文件、字符串、数组、网络请求等常用函数的工具类集合,提升开发效率,适用于日常 PHP 项目辅助功能 | A lightweight and practical PHP utility library that offers a collection of commonly used helper functions for files, strings, arrays, and HTTP requests—designed to streamline development and support everyday PHP projects.
danbettles/gestalt
1362 Downloads
Provides classes that implement basic patterns involving collections. Key components are a class implementing a simplified filter-chain pattern, `SimpleFilterChain`, and a simple array class, `ArrayObject`.