Libraries tagged by data-structure
sebastiandittrich/php-normalizer
66 Downloads
A PHP library for normalizing and denormalizing data structures with support for custom attributes and type handling.
pjedesigns/filament-nested-set-table
117 Downloads
A Filament table component for displaying and managing nested set data structures with drag-and-drop reordering support.
php-standard-library/graph
179 Downloads
Immutable directed and undirected graph data structures with BFS, DFS, topological sort, and cycle detection
php-etl/metadata-contracts
14789 Downloads
Interfaces for the Metadata package whose role is to describe data structures.
php-etl/metadata
12053 Downloads
Describe data structures, to auto-configure and handle data transformation and data manipulation.
neos/metadata-extractor
3549 Downloads
Extracts meta data from files into a neos/metadata data structure
jfcherng/php-whitelist-fluent
10148 Downloads
Base class for data structure with restricted attributes.
hksagentur/kirby-schema
1035 Downloads
Frequently used data structures for the Kirby panel
flipboxdigital/transform
21504 Downloads
Transform data structures
dms-org/common.structure
4944 Downloads
Implementation of common data structures for use in domain models
chippyash/matrix
987 Downloads
PHP Matrix data structure support package
bluestone/tree
5049 Downloads
Build tree data structure
bethinkpl/fractal
20024 Downloads
Handle the output of complex data structures ready for API output.
anomaly/repeater-field_type
32088 Downloads
A repeating data structure field type.
malkusch/php-index
19871 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.