Libraries tagged by array hash
tomcizek/symfony-interop-container
106 Downloads
Symfony Interop Container which has config array under 'config' key - for Extensions using Interoperability Factories.
loukel/goodreads
6 Downloads
Goodreads RSS reader: PHP class that has a function to return an array of each books' attributes on a specified shelf. Therefore, you can have a dynamic bookshelf that updates when you update Goodreads. The widgets Goodreads provides are quite restrictive and are static.
landlib/treealgorithms
31 Downloads
This group of methods for work with tree structure. Provide methods build tree from flat array, find node in the tree by id, walk tree and execulte callback function for each node. Node of the tree has fields like as id, parent_id, children. Concrete names of the tree node fields can be configured with TreeAlgorithms properties idFieldName, parentIdFieldName, childsFieldName. Also exists javascript release, search lamzin-andrey/landlib on github.
ayesh/case-insensitive-array
20661 Downloads
Class to store and access data in a case-insensitive fashion, while maintaining the integrity and functionality of a regular array.
didix16/php-apidataobject
7387 Downloads
A simple library that allows easy handle incoming data from any sources (specially from API sources) and put data in a fashion way which is more practical to access it like an array or object. It allows to implement a DTO very fast.
khuddus/php-camel-case-helpers
73 Downloads
A php tool to convert underscored or dashed arrays to camelcased arrays
krepysh-spec/currency
287 Downloads
World Currency list in PHP constants and array
ashvedov/array-flatten
13 Downloads
array flatten
ashrafakl/array-container
12 Downloads
PHP array class same as javascript array class
yashuk803/sorting-array
1 Downloads
This is library for sorting array.
owenmelbz/sashimi
4 Downloads
Eloquent's missing "array" driver.
sashabo/iterable-string
3978 Downloads
IterableString and MultibyteIterableString allow to iterate string characters in foreach without converting the string into array.
bashdef/collect
2 Downloads
Module for working with arrays
ashleydawson/canonically-flatten-tree
3242 Downloads
Pure function to flatten a tree (n-dimensional array) into a canonicalised list array