Libraries tagged by in array
pecee/dot-notation
30 Downloads
Dot notation support for JSON-like syntax for easily creating and mapping arrays in PHP.
oscarpb/bitarray
5 Downloads
A super-fast bit array in PHP
mvccore/ext-tool-collections
335 Downloads
MvcCore - Extension - Tool - Collections - extension with collection classes for typed arrays in PHP.
enfantsrichesdeprimess/my-project
3 Downloads
A small collection wrapper for working with arrays in PHP
bardoqi/circular-linked-list
3 Downloads
circular dual linked list based on php array and iterator patten.
sven/heap
12 Downloads
Easier handling for arrays in PHP. Collections 'lite'.
ryanwhowe/dot
223 Downloads
A PHP library to access and Set values in an array using dot notation or any other separator
mongo-like-query/mongo-like-query
134 Downloads
Library for querying arrays in mongodb like style
wemash/hooray
18 Downloads
Fall in love with arrays all over again
nabeghe/matcher
4 Downloads
A similar alternative to match in PHP for arrays, with a touch of zest.
aklump/data
653 Downloads
Common interface for interacting with data in objects and arrays.
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.
seworqs/json-editor
12 Downloads
A dot-notated, chainable JSON editor for PHP with built-in file support and robust array handling.
salvatorecervone/memoryquerybuilder
3 Downloads
An Eloquent-style in-memory query builder for PHP arrays and objects
nabeghe/yielder
4 Downloads
A similar alternative to yield in PHP for reading values from arrays, with a touch of zest.