Libraries tagged by data-structures
tebru/multi-array
3159 Downloads
Provides a data structure to ease access to multidimensional arrays in PHP
softcomtecnologia/fractal
3794 Downloads
Handle the output of complex data structures ready for API output.
php-etl/metadata-contracts
13748 Downloads
Interfaces for the Metadata package whose role is to describe data structures.
php-etl/metadata
11126 Downloads
Describe data structures, to auto-configure and handle data transformation and data manipulation.
hksagentur/kirby-schema
138 Downloads
Frequently used data structures for the Kirby panel
flipboxdigital/transform
19144 Downloads
Transform data structures
factorio-item-browser/export-data
2521 Downloads
The export data structure of the Factorio Item Browser.
bluestone/tree
3939 Downloads
Build tree data structure
bethinkpl/fractal
15151 Downloads
Handle the output of complex data structures ready for API output.
bakame/html-table
1364 Downloads
convert html table into a PHP data structure
anomaly/repeater-field_type
30042 Downloads
A repeating data structure field type.
allegiance-group/nested-set
2168 Downloads
PHP library for manipulating and retrieving database records using nested set model technique to represent tree data structure
webignition/basil-parser
6524 Downloads
Parses raw basil data into basic data structures
mtarld/json-encoder-bundle
31 Downloads
A Symfony Bundle that provides powerful methods to encode/decode data structures into/from JSON.
cashlink/php-index
11581 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.