Libraries tagged by array hash
loukel/goodreads
3 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
29 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
19240 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
6375 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
71 Downloads
A php tool to convert underscored or dashed arrays to camelcased arrays
krepysh-spec/currency
146 Downloads
World Currency list in PHP constants and array
ashvedov/array-flatten
10 Downloads
array flatten
ashrafakl/array-container
10 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
3202 Downloads
Pure function to flatten a tree (n-dimensional array) into a canonicalised list array