Libraries tagged by datastructure
marcovo/laravel-dag-model
2235 Downloads
An implementation of the Directed Acyclic Graph (DAG) for Laravel models
siro-diaz/data-structures
79 Downloads
Data structures for PHP language
seboettg/forest
2403 Downloads
Tree data structures for PHP – containing general tree, binary tree, and AVL tree
pinepain/php-object-maps
192 Downloads
ObjectMap structures for PHP
zyimm/sync-data-struct
102 Downloads
比较两个数据库之间的数据结构差异,并生成更新DDL|Compare the data structure differences between the two databases and generate update DDL
mathsgod/php-util
413 Downloads
a simple php util for data structure
kommuna/jirawebhook
300 Downloads
PHP classes for Atlassian Jira webhook data structure with events
kirago/laravel-business-core
60 Downloads
A Laravel business core multi-tenancies management data structure: orders, products, invoices, payments and more.
jfcherng/php-whitelist-fluent
9728 Downloads
Base class for data structure with restricted attributes.
dentelis/php-json-structure-validator
86 Downloads
Json data structure validation framework
clue/confgen
270 Downloads
Configuration file generator (confgen) – an easy way to generate structured (configuration) files on the fly by processing a Twig template and an arbitrary input data structure.
chippyash/matrix
939 Downloads
PHP Matrix data structure support package
boxalino/boxalino-client-sdk-php
4837 Downloads
The Boxalino Client SDK provides a simple and efficient usage of Boxalino Search & Recommendations services (based on the p13n Thrift client libraries as separately provided in respective git-hub repositories) and to Boxalino Data Intelligence especially for Data Synchronization (define the structure of your data, push and publish your data structure configuration, push data in dev/prod and full/delta to Boxalino).
alaminceazer/form
27 Downloads
This will generate dynamic form data based on json data structure
malkusch/php-index
19813 Downloads
This library provides an API to perform binary search operations on a sorted index. The index can be a XML document, a CSV document, or an arbitrary text file where the key has a fixed position. You can easily implement your own index. This API comes handy on any sorted data structure where realtime search operations are necessary without the detour of a DBS import.