Libraries tagged by Php Structured Data
adrianoferreira/data-structures
0 Downloads
A set of data structures implemented in PHP.
marcuwynu23/php-inspector
0 Downloads
A PHP-friendly developer tool for logging and inspecting PHP classes, objects, and data structures.
jimphle/data-structure
465 Downloads
Jimdo PHP library extraction of data-structure component
elsevier-io/json-schema-php-generator
3154 Downloads
Lib to generate a PHP representation of the data structures in a JSON Schema
blocksframework/data
33 Downloads
Classes for data structures of the Blocks PHP framework
markenwerk/google-datastructures
13056 Downloads
A PHP library providing common data structures to reflect data received from Google services.
johnpancoast/data-validator
31 Downloads
A PHP lib providing a structure for validating data
edgaralexanderfr/php-types
15 Downloads
Library intended to expand PHP's data types and useful data structures as well as strong types consistency in the code of target projects.
rayblair06/php-struct
1 Downloads
A lightweight PHP class that lets you define C-style structs using PHP FFI, enabling memory-efficient, typed data structures for high-performance workloads.
itsimiro/mi-structure
7 Downloads
Structure data type
zack965/php-ds-algo
3 Downloads
Classic data structures and algorithms implemented from scratch in PHP.
valksor/php-functions-queue
0 Downloads
A PHP library providing a simple and efficient queue implementation for managing collections of items in a FIFO (First-In-First-Out) manner
urlimited/data-structures
31 Downloads
You can use all datastructures in php here
tekord/php-option
34 Downloads
Option object for PHP inspired by the Rust programming language
php-linkedlist/php-linkedlist
4 Downloads
LinkedList library created with consistent study of data structures