Libraries tagged by data structures
bakame/html-table
4174 Downloads
convert html table into a PHP data structure
markbaker/tries
4162 Downloads
PHP Classes for Trie datastructures
chubbyphp/chubbyphp-parsing
91014 Downloads
Allows parsing data of various structures, meaning the population and validation of data into a defined structure. For example, converting an API request into a Data Transfer Object (DTO).
naucon/utility
75795 Downloads
This package provides miscellaneous php interfaces and classes to structure and organize data as well as groups of objects
syndesi/cypher-data-structures
11932 Downloads
Provides generic cypher data structures for PHP
php-standard-library/data-structure
4433 Downloads
Classic data structures: Queue (FIFO), Stack (LIFO), and PriorityQueue
equip/structure
202378 Downloads
Simple, immutable data structures
chroma-x/google-datastructures
19936 Downloads
A PHP library providing common data structures to reflect data received from Google services.
chevere/data-structure
30980 Downloads
Map and Vector data structures
webignition/php-basil-data-structures
3145 Downloads
Data structures for basil language
kaareln/php-svg-path-data
4353 Downloads
Add SVG Path Data with object oriented structure
laravel-enso/data-export
45050 Downloads
Structure for holding Laravel-Enso exports
andydefer/domain-structures
732 Downloads
A complete domain structures package for PHP: Records, Value Objects, Data DTOs, and TypedCollections. Brings type safety and clean architecture to your application.
webfiori/collections
64166 Downloads
Basic collections set used by WebFiori.
tekord/php-result
17284 Downloads
Result object for PHP inspired by the Rust programming language