Libraries tagged by datastructure
popo/generator
35221 Downloads
Plain Old PHP Object (POPO) / Data Structure / Data Transfer Object (DTO) Generator. Convert YAML schema to PHP class.
ltd-beget/stringstream
72475 Downloads
Php Stringstream data structure.
joegreen0991/hyperloglog
10944 Downloads
A hyper log log with min hash data structure library, for counting cardinalities. Union and intersection capable
jakewhiteley/php-sets
21522 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.
hmaus/reynaldo
97406 Downloads
Parse API Blueprint refract into a iterable PHP data structure for easier access
ballen/collection
791542 Downloads
A Collection library which provides OOP replacement for the traditional array data structure.
chroma-x/google-datastructures
13908 Downloads
A PHP library providing common data structures to reflect data received from Google services.
chevere/data-structure
4090 Downloads
Map and Vector data structures
equip/structure
201747 Downloads
Simple, immutable data structures
raahul/schema-extractor
51697 Downloads
Extract schema information of a database into a program-friendly data structure
o2system/spl
18773 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
11603 Downloads
Bloom filter - a space-efficient probabilistic data structure for PHP 5.4+
iwink/tree
31380 Downloads
Tree data structure for PHP
bmdevel/php-index
34828 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.
bakame/html-table
881 Downloads
convert html table into a PHP data structure