Libraries tagged by in array
alleyinteractive/traverse-reshape
66045 Downloads
Safely break down arrays or objects, and put them back together in new shapes.
rikudou/array-merge-recursive
118355 Downloads
Replacement of built-in array_merge_recursive function that doesn't add values to array but replaces them
bkvfoundry/utility-belt
39297 Downloads
A set of helpful utilities for working with data, collections (arrays of arrays) and arrays in php
thalidzhokov/country-codes
99366 Downloads
CountryCodes PHP Class to get array of countries with ISO 3166-1 alpha-2, ISO 3166-1 alpha-3, ISO 3166-1 numeric and ISD codes it can provide following information related to country
iteks/laravel-enum
13217 Downloads
A comprehensive Laravel package providing enhanced enum functionalities, including attribute handling, select array conversions, and fluent facade interactions for robust enum management in Laravel applications.
bzrk/php-stream
7631 Downloads
a library to simplify handling(filter, map, ...) collections in php
mihanentalpo/fast-fuzzy-search
30736 Downloads
Fast fuzzy search in an array of strings for the most similiar ones
kyos/find-closest-value
206329 Downloads
Finds the closest arithmetic match in an array, using Binary Search
aiz-packages/combination-generate
11774 Downloads
Generate combinations of items in multiple arrays
josegonzalez/cakephp-entity
33702 Downloads
Use model objects/classes instead of arrays in your CakePHP application
cocur/vale
88002 Downloads
Vale is a helper utility that lets you get and set values in arbitrary nested arrays and objects.
rcubitto/json-pretty
59642 Downloads
Pretty print your PHP arrays with style – in full color and with proper indentation
juststeveking/parameterbag
261812 Downloads
A flexible parameter bag in place of standard arrays on PHP classes
jcrowe/bad-word-filter
39671 Downloads
PHP Bad word filtering. Checks for the existence of a bad word in a string or array.
laxity7/yii2-json-field
75828 Downloads
Behavior that convert array to JSON before save data in model, and also convert JSON to an array after saving and retrieving data