Libraries tagged by datastruct
seboettg/collection
1028399 Downloads
Collection is a set of useful PHP wrapper classes for arrays, similar to Java Collection. Contains ArrayList, Stack, Queue.
markbaker/quadtrees
37414 Downloads
QuadTree implementation in PHP
zetacomponents/persistent-object
491764 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.
o2system/spl
19884 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.
yomy/datastructures
15450 Downloads
Data structures
okdewit/redis-datastructures
36974 Downloads
A Laravel + Redis library to create more advanced caching datastructures
chroma-x/google-datastructures
16063 Downloads
A PHP library providing common data structures to reflect data received from Google services.
neovg/php-struct
14119 Downloads
A "C struct"-like class with type safe attributes and fluent setter interface.
markbaker/tries
1130 Downloads
PHP Classes for Trie datastructures
typo3-themes/themes-gridelements
5114 Downloads
TYPO3 THEMES Gridelements datastructures
garagist/imagedirectory
2468 Downloads
Returns DataStructure for used images on a Neos CMS website
zyimm/sync-data-struct
102 Downloads
比较两个数据库之间的数据结构差异,并生成更新DDL|Compare the data structure differences between the two databases and generate update DDL
jitesoft/datastructures
281 Downloads
Misc data structures for php.
drips/datastructures
1147 Downloads
Datenstrukturen für PHP, z.B.: Collections
seboettg/forest
2403 Downloads
Tree data structures for PHP – containing general tree, binary tree, and AVL tree