Libraries tagged by Php Structured Data
weblement/collections
29 Downloads
A small PHP collections library that contain powerful data structures which makes manipulation of arrays easier.
wookieb/map
53 Downloads
Implementation of map in PHP
vpinti/sorted-linked-list
0 Downloads
A blazing fast, type-safe sorted linked list library for PHP. Supports automatic sorting, integer and string values, and modern PHP features.
vk-php-utils/ds
3 Downloads
PHP Java-Like Collections (List, Set, Map)
vairogs/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
tonix-tuft/linked-hash-map
10 Downloads
How I would implement a linked hash map in PHP if PHP wouldn't have associative arrays.
robertbyrnes/phpcrawler
12 Downloads
A PHP CLI links crawler using FIFO Queue data structure and Producer/Consumer model.
olivebbs/map
15 Downloads
Generic map for PHP
marlemiesz/wp-sdk
14 Downloads
The WP API SDK for PHP is a client library that makes it easy to interact with the WordPress REST API from a PHP application. This SDK provides an easy-to-use interface for sending HTTP requests and handling the responses, and also includes convenient methods for accessing common API endpoints and data structures. With this SDK, developers can easily retrieve, create, update, and delete content and metadata within a WordPress site, and also perform other common tasks such as managing users and media. The WP API SDK for PHP is an essential tool for any PHP developer working with the WordPress platform, and provides a powerful and flexible way to build custom applications and integrations that interact with WordPress.
linkorb/collection
640 Downloads
Super powered collections
karpovigorok/leetcode
2 Downloads
Leetcode.com problem solve using php language
diskerror/typedbson
36 Downloads
PHP classes to strictly define member structure, to control their data types, and to add convenience methods, and support BSON types.
diskerror/typed
272 Downloads
PHP classes to strictly define member structure, to control their data types, and to add convenience methods.
bardoqi/circular-linked-list
3 Downloads
circular dual linked list based on php array and iterator patten.
ouxsoft/livingmarkup
3831 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.