Libraries tagged by data structure
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.
scienide/tuple
434 Downloads
A fixed-length immutable list data structure for PHP.
robinbressan/sequoia
6 Downloads
Provide tools to manage tree data structure
robertbyrnes/phpcrawler
12 Downloads
A PHP CLI links crawler using FIFO Queue data structure and Producer/Consumer model.
rhodri-m/graph
59 Downloads
A very simple implementation of a Graph data structure.
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.
puhkn/differ
3 Downloads
a program that detects the difference between two data structures
plook/tree
2 Downloads
Library for working with tree data structures.
php-linkedlist/php-linkedlist
4 Downloads
LinkedList library created with consistent study of data structures
phergie/phergie-slack-connection
20 Downloads
Data structure for containing information about a Slack client connection, analogous to Phergie\Irc\Connection
peoticman/structlib
0 Downloads
A PHP library with additional data structures and methods
packagefactory/extractor
31 Downloads
A fluent interface that allows to validate primitive PHP data structures while also reading them
ovvio/serializer
16 Downloads
Handles serializing and deserializing data structures, including object graphs, into array structures or other formats like XML and JSON.
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.
oltrematica/laravel-parking-hub
303 Downloads
Laravel Parking Hub package provides a standardized interface for interacting with various parking service APIs within a Laravel application. It defines Data Transfer Objects (DTOs) to ensure consistent data structures for parking validation responses, including status, validity, and expiration details.