Libraries tagged by datastruct
seboettg/collection
1533237 Downloads
Collection is a set of useful PHP wrapper classes for arrays, similar to Java Collection. Contains ArrayList, Stack, Queue.
markbaker/tries
6243 Downloads
PHP Classes for Trie datastructures
markbaker/quadtrees
41651 Downloads
QuadTree implementation in PHP
zetacomponents/persistent-object
507520 Downloads
This component allows you to store an arbitrary data structures to a fixed database table. The component provides all the functionality needed to fetch, list, delete etc these datastructures.
chroma-x/google-datastructures
21116 Downloads
A PHP library providing common data structures to reflect data received from Google services.
neovg/php-struct
15338 Downloads
A "C struct"-like class with type safe attributes and fluent setter interface.
marcovo/laravel-dag-model
2548 Downloads
An implementation of the Directed Acyclic Graph (DAG) for Laravel models
typo3-themes/themes-gridelements
5273 Downloads
TYPO3 THEMES Gridelements datastructures
o2system/spl
20769 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.
zyimm/sync-data-struct
102 Downloads
比较两个数据库之间的数据结构差异,并生成更新DDL|Compare the data structure differences between the two databases and generate update DDL
piecesphp/datastructures
873 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
seboettg/forest
2406 Downloads
Tree data structures for PHP – containing general tree, binary tree, and AVL tree
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.