Libraries tagged by datastruct
seboettg/collection
1349914 Downloads
Collection is a set of useful PHP wrapper classes for arrays, similar to Java Collection. Contains ArrayList, Stack, Queue.
markbaker/tries
3355 Downloads
PHP Classes for Trie datastructures
markbaker/quadtrees
40011 Downloads
QuadTree implementation in PHP
zetacomponents/persistent-object
502338 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
19288 Downloads
A PHP library providing common data structures to reflect data received from Google services.
okdewit/redis-datastructures
37610 Downloads
A Laravel + Redis library to create more advanced caching datastructures
neovg/php-struct
14687 Downloads
A "C struct"-like class with type safe attributes and fluent setter interface.
typo3-themes/themes-gridelements
5239 Downloads
TYPO3 THEMES Gridelements datastructures
o2system/spl
20711 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
chilimatic/datastructure-component
106 Downloads
datastructure component within the chilimatic framework
seboettg/forest
2405 Downloads
Tree data structures for PHP – containing general tree, binary tree, and AVL tree
ngsoft/ds
48 Downloads
JS Map/Set DataStructure implementation for PHP
marcovo/laravel-dag-model
2403 Downloads
An implementation of the Directed Acyclic Graph (DAG) for Laravel models
kariricode/data-structure
1083 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.