Libraries tagged by datastructure
popo/generator
38633 Downloads
Plain Old PHP Object (POPO) / Data Structure / Data Transfer Object (DTO) Generator. Convert YAML schema to PHP class.
ltd-beget/stringstream
248096 Downloads
Php Stringstream data structure.
joegreen0991/hyperloglog
15167 Downloads
A hyper log log with min hash data structure library, for counting cardinalities. Union and intersection capable
jakewhiteley/php-sets
25003 Downloads
An implementation of a Java-like Set data structure for PHP. A Set is an iterable data structure which allows strict-type storage of unique values.
iwink/tree
42403 Downloads
Tree data structure for PHP
ballen/collection
834344 Downloads
A Collection library which provides OOP replacement for the traditional array data structure.
chevere/data-structure
15285 Downloads
Map and Vector data structures
zetacomponents/persistent-object
490894 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.
raahul/schema-extractor
56306 Downloads
Extract schema information of a database into a program-friendly data structure
o2system/spl
19776 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.
maxwilms/bloom-filter
12435 Downloads
Bloom filter - a space-efficient probabilistic data structure for PHP 5.4+
hmaus/reynaldo
115829 Downloads
Parse API Blueprint refract into a iterable PHP data structure for easier access
grazulex/laravel-modelschema
173 Downloads
Generate and manage Laravel model schemas with automatic validation, documentation, and migration helpers for better data structure management.
brianhenryie/simple-php-code-parser
5924 Downloads
Get a simple data structure from your php code.
bmdevel/php-index
44961 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.