Libraries tagged by datastructure
jfcherng/php-whitelist-fluent
10148 Downloads
Base class for data structure with restricted attributes.
chippyash/matrix
987 Downloads
PHP Matrix data structure support package
bluestone/tree
5064 Downloads
Build tree data structure
anomaly/repeater-field_type
32120 Downloads
A repeating data structure field type.
php-snippets/circular-array
47553 Downloads
Fixed circular array data structure
phergie/phergie-irc-connection
22991 Downloads
Data structure for containing information about an IRC client connection
malkusch/php-index
19871 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.
piecesphp/datastructures
872 Downloads
Clases que simulan estructuras de datos
osynapsy/osynapsy-datastructure
135 Downloads
Osynapsy datastructure
okdewit/redis-datastructures
37686 Downloads
A Laravel + Redis library to create more advanced caching datastructures
mmazoni/data-structure
8 Downloads
Implementing most of data structures in PHP 8
miquido/data-structure
103 Downloads
Immutable Data Structures
kariricode/data-structure
1103 Downloads
The KaririCode DataStructure component offers advanced PHP data structures, including lists, stacks, queues, maps, and sets. It features efficient, strongly-typed, object-oriented implementations like ArrayList, LinkedList, BinaryHeap, and TreeMap.
devgroup/yii2-data-structure-tools
995 Downloads
Data structure collections, helpers and utilities for yii2 ActiveRecord models(trees, sorts and etc.)
daikon/data-structure
4835 Downloads
Immutable data structures based on php/ds.