Libraries tagged by Php Structured Data
hmaus/reynaldo
96830 Downloads
Parse API Blueprint refract into a iterable PHP data structure for easier access
ltd-beget/stringstream
71884 Downloads
Php Stringstream data structure.
popo/generator
35105 Downloads
Plain Old PHP Object (POPO) / Data Structure / Data Transfer Object (DTO) Generator. Convert YAML schema to PHP class.
naucon/utility
59488 Downloads
This package provides miscellaneous php interfaces and classes to structure and organize data as well as groups of objects
chroma-x/google-datastructures
13722 Downloads
A PHP library providing common data structures to reflect data received from Google services.
tekord/php-result
2123 Downloads
Result object for PHP inspired by the Rust programming language
bmdevel/php-index
34428 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.
php-snippets/circular-array
46836 Downloads
Fixed circular array data structure
morrisonlevi/ardent
16247 Downloads
A healthy library for PHP
vuryss/serializer
2509 Downloads
A fast, extensible PHP data structures serializer & deserializer
bakame/html-table
841 Downloads
convert html table into a PHP data structure
maxwilms/bloom-filter
11561 Downloads
Bloom filter - a space-efficient probabilistic data structure for PHP 5.4+
iwink/tree
30930 Downloads
Tree data structure for PHP
camspiers/statistical-classifier
36960 Downloads
A PHP implementation of Complement Naive Bayes and SVM statistical classifiers, including a structure for building other classifier, multiple data sources and multiple caching backends
kariricode/data-structure
66 Downloads
The KaririCode DataStructure component offers advanced PHP data structures, including lists, stacks, queues, maps, and sets. It features efficient, strongly-typed, object-oriented implementations like ArrayList, LinkedList, BinaryHeap, and TreeMap.