Libraries tagged by data stack
frostbane/message-queue
5729 Downloads
stingus/phpds
6 Downloads
PHP data structures - LinkedList, Stack, Queue, BST, AVL, Splay
avtonom/mathielen-import-engine
247 Downloads
Full-blown importer stack for importing almost any data into your application
yousafsyed/algorithms
18 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.
xdire/collections
27 Downloads
Different collections for easy data manage and traverse
weblement/collections
29 Downloads
A small PHP collections library that contain powerful data structures which makes manipulation of arrays easier.
stackutil/utils
22 Downloads
Lightweight utility to manage the data from database by using PHP
phrity/o
43 Downloads
Consistent object representation of data types. Inheritance friendly implementation. Provides wrapper classes for array, object, string, float, int and bool, plus Queue and Stack collections.
phonetworks/pho-compiler
81 Downloads
Compiles GraphQL schema into PHP classes for use in Pho stack.
nathanklick/collections
38 Downloads
Library providing collection classes which you can use instead of SPL data-structures.
jitesoft/datastructures
265 Downloads
Misc data structures for php.
sshilko/php-seids
14 Downloads
Supplementary, Easily Interchangeable Data Structures for PHP 5. Provides alternatives and supplements to the Standard PHP Library (SPL) Datastructures.
argil-data/argil-blade
101 Downloads
TALL stack UI views and components library
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.
nuldark/stdlib
53 Downloads
An extension to the Standard PHP Library (SPL), introducing abstract data types like stacks, maps, and hash maps. Enjoy the benefits of class-based functions in PHP with an intuitive and object-oriented API.