Libraries tagged by array functions
abmmhasan/bucket
115 Downloads
PHP array functions
petemc/group-by
361 Downloads
A utility package, adding groupBy function to arrays, grouping by array keys or a callback.
griiv/php-utils
211 Downloads
php utils function for array, strings, etc...
foamycastle/arraytools
4 Downloads
a trait that attaches to class and provide helpful function with arrays
davidjeddy/normie
9 Downloads
Attempt to normalize the PHP standard library array and string function parameter order.
apricity/handler
6 Downloads
A PHP class for parsing and executing various types of handlers, including strings in the format 'Class@method', callable functions, and arrays with class and method names.
fghazaleh/cport
65 Downloads
PHP support library for Array and String PHP function
danishi/safe-implode
5 Downloads
PHP function to make array implode safe
black-label/php-helpers
3065 Downloads
Extension of helper functions for php arrays.
m1guelpf/native-collection
0 Downloads
Adding Collection functions to the PHP array scalar type
charm/util-phpencode
817 Downloads
A small function that encodes compact PHP arrays, like json_encode - but for PHP arrays.
stahiralijan/request-caster
63 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.
emileperron/universal-identifier
7 Downloads
Provides an universal_identifier function, which generates a unique sha256 identifier for a provided object or array.
assegaiphp/common
4 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.
lloydzhou/router
133 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.