Libraries tagged by array functions
cryonighter/object-column
5432 Downloads
This package provides the object_column() function, which works similarly to the array_column() function of the standard library, but having the ability to work with objects
wdmg/yii2-helpers
4473 Downloads
Custom helper functions for Yii 2.0
aedart/athenaeum-utils
30661 Downloads
Offers a few utility components that are used by the Athenaeum packages
acelot/helpers
2610 Downloads
Useful PHP functions for everyday use
realodix/php-utility
2866 Downloads
Collection of various PHP utility functions
rikudou/iterables
4050 Downloads
Provides some cool iterable functions complementing the built-in array functions
klapuch/iterator
4778 Downloads
Iterators replacing array functions
webservices-nl/utils
45726 Downloads
Webservices Utils library with all purpose functions (array, string, entity, json)
travis/ex
7009 Downloads
A PHP function to safely extract information from a multi-dimensional object or array.
stahiralijan/request-caster
79 Downloads
This package intercepts Laravel Form Submits after successful validation and provides useful function and also casts the submitted form data accordingly e.g. Upper-case first Characters of Words, Capitalized them, and checkbox value "1" to boolean, JSON string to PHP Array conversions etc.
bephp/router
1090 Downloads
A fast router for PHP. It matches urls and executes PHP functions. automatic get variable based on handler function parameter list. Suport to compile router callback handlers into plain array source code.
assegaiphp/common
341 Downloads
The assegai/common package is a collection of commonly used utility classes and functions for AssegaiPHP projects. This package provides a set of tools that are designed to make it easier for developers to perform common tasks such as working with arrays, strings, and paths. The package also includes classes for handling errors and logging, as well as a simple yet powerful configuration management system. The package is designed to be lightweight, with minimal dependencies, and is fully compatible with any AssegaiPHP based project. Whether you're building a small web application or a large enterprise system, assegai/common provides the essential building blocks you need to get started quickly and easily.
rkr/php-array-utils
122 Downloads
A array-function library
hi-folks/array
101 Downloads
Arr class for managing arrays, and Table class for managing bi-dimensional arrays, built on top of the PHP array functions.
atomastic/arrays
7090 Downloads
Arrays Component provide a fluent, object-oriented interface for working with arrays, allowing you to chain multiple arrays operations together using a more readable syntax compared to traditional PHP arrays functions.