Libraries tagged by Php Structured Data
peoticman/structlib
0 Downloads
A PHP library with additional data structures and methods
liaoxx/strict
0 Downloads
A PHP library for strict data structures like List and Map with generics support.
dariorieke/validation
0 Downloads
PHP library to validate data structures
carlosafonso/dsalg
6 Downloads
PHP implementations of several data structures and algorithms
thiagocordeiro/orm
2321 Downloads
Simple ORM based on php objects instead of database structure
kuvardin/fields-scanner
77 Downloads
PHP library for scan the structure of foreign data
diverproject/diamond-collection
17 Downloads
Library to use others data structures and with anothers rules them PHP native array.
axonode/collections
2 Downloads
This library provides implementations for common data structures (Pair, List, Dictionary, Set) in PHP.
yousafsyed/algorithms
19 Downloads
Original Proposal: Using the right data structure or algorithm for the situation is an important aspect of programming. In computer science literature, many data structures and algorithms have been researched and extensively documented. However, there is still no standard library in Php implementing useful structures and algorithms like Red/Black Trees, tries, different sorting algorithms, etc. This project will create such a library with documentation on when to use a particular structure/algorithm. It will also come with a benchmark suite to compare performance in different situations.
sieboldianus/lbsnstructure
3 Downloads
A php compiled version of the common location based social network (LBSN) data structure concept (ProtoBuf) to handle cross network Social Media data in PHP.
reddias/is-balanced
0 Downloads
This PHP package provides a utility function to check if a string of parentheses is balanced and includes an implementation of a stack data structure.
raheelarifkhans/json-to-html-converter
3 Downloads
This PHP function takes a JSON object and converts it into a structured HTML detail page. The function handles nested objects and arrays, displaying them appropriately in a user-friendly format.
ouxsoft/phpmarkup
3885 Downloads
A Processor for Markup written in PHP. Allows extraction of Markup into a data structure, orchestrated nested manipulation of said structure, and output as (optimized) Markup.
metalinspired/nested-set
1154 Downloads
PHP library for manipulating and retrieving database records using nested set model technique to represent tree data structure
danek/fractal
6 Downloads
Downgraded fork to PHP 7.1+ Handle the output of complex data structures ready for API output.