Libraries tagged by datastructure
bluestone/tree
3980 Downloads
Build tree data structure
bakame/html-table
1373 Downloads
convert html table into a PHP data structure
anomaly/repeater-field_type
30135 Downloads
A repeating data structure field type.
allegiance-group/nested-set
2175 Downloads
PHP library for manipulating and retrieving database records using nested set model technique to represent tree data structure
phergie/phergie-irc-connection
22174 Downloads
Data structure for containing information about an IRC client connection
cashlink/php-index
11583 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.
fdsn/datastructure
116 Downloads
Data structure for FDSN data
piecesphp/datastructures
788 Downloads
Clases que simulan estructuras de datos
mmazoni/data-structure
8 Downloads
Implementing most of data structures in PHP 8
miquido/data-structure
103 Downloads
Immutable Data Structures
drips/datastructures
1147 Downloads
Datenstrukturen für PHP, z.B.: Collections
devgroup/yii2-data-structure-tools
995 Downloads
Data structure collections, helpers and utilities for yii2 ActiveRecord models(trees, sorts and etc.)
daikon/data-structure
4833 Downloads
Immutable data structures based on php/ds.
neovg/php-struct
14033 Downloads
A "C struct"-like class with type safe attributes and fluent setter interface.
marcovo/laravel-dag-model
2232 Downloads
An implementation of the Directed Acyclic Graph (DAG) for Laravel models