Libraries tagged by datastructure
iwink/tree
52862 Downloads
Tree data structure for PHP
hmaus/reynaldo
118646 Downloads
Parse API Blueprint refract into a iterable PHP data structure for easier access
bmdevel/php-index
60285 Downloads
This library provides an API to perform binary search operations on a sorted index. The index can be a XML document, a CSV document, or an arbitrary text file where the key has a fixed position. You can easily implement your own index. This API comes handy on any sorted data structure where realtime search operations are necessary without the detour of a DBS import.
phergie/phergie-irc-connection
22661 Downloads
Data structure for containing information about an IRC client connection
phant/data-structure
5103 Downloads
Manage data structure easily
okdewit/redis-datastructures
37672 Downloads
A Laravel + Redis library to create more advanced caching datastructures
neovg/php-struct
14850 Downloads
A "C struct"-like class with type safe attributes and fluent setter interface.
diego-ninja/granite
969 Downloads
A lightweight zero-dependency PHP library for building immutable, serializable objects with validation capabilities.
adachsoft/collection
226 Downloads
A collection library providing flexible and immutable collections.
typo3-themes/themes-gridelements
5255 Downloads
TYPO3 THEMES Gridelements datastructures
scrumworks/data-accessor
129929 Downloads
Defines data structure contract
o2system/spl
20723 Downloads
O2System Standard PHP Library (SPL) it's build based on original standard PHP library. It's made up primarily of commonly needed datastructure classes, iterators, handlers and exceptions for O2System PHP Framework, but also can be used independently outside O2System PHP Framework environment.
neos/metadata-extractor
3538 Downloads
Extracts meta data from files into a neos/metadata data structure
kuaukutsu/ds-collection
43092 Downloads
Is the abstract layer which covers functionality the data structure Collection.
jfcherng/php-whitelist-fluent
9928 Downloads
Base class for data structure with restricted attributes.