Libraries tagged by array hash
hahadu/collect
239 Downloads
collection array
sweikenb/dirty
8 Downloads
Library for checking if an object or array has changes (is dirty) since the last check.
tomcizek/symfony-interop-container
107 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.
krepysh-spec/currency
321 Downloads
World Currency list in PHP constants and array
ayesh/case-insensitive-array
20663 Downloads
Class to store and access data in a case-insensitive fashion, while maintaining the integrity and functionality of a regular array.
khuddus/php-camel-case-helpers
74 Downloads
A php tool to convert underscored or dashed arrays to camelcased arrays
didix16/php-apidataobject
7641 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.
ashleydawson/canonically-flatten-tree
3256 Downloads
Pure function to flatten a tree (n-dimensional array) into a canonicalised list array
ashvedov/array-flatten
13 Downloads
array flatten
ashrafakl/array-container
12 Downloads
PHP array class same as javascript array class
yashuk803/sorting-array
2 Downloads
This is library for sorting array.
owenmelbz/sashimi
5 Downloads
Eloquent's missing "array" driver.
rashiqulrony/laravel-csv-import
1 Downloads
Import Very Large CSV Without File Store and Chunk Upload system Laravel package to export and import CSV files in a memory-optimized way