Libraries tagged by Structures
factorio-item-browser/export-data
2226 Downloads
The export data structure of the Factorio Item Browser.
fabianblum/phpcs-psr4-sniff
11405 Downloads
PHP_CodeSniffer sniff that checks class name matches PSR-4 project structure. (PHP 8.3 ready)
eftec/messagecontainer
11573 Downloads
MessageContainer is a simple a minimalist message-system where messages (strings) could be stored in a tree-like structure
duxet/json_spec
43403 Downloads
Easily handle JSON Structures with PhpSpec and Behat
dotkernel/dot-helpers
19726 Downloads
Dotkernel helper component providing various helper structures and classes
components-web-app/api-components-bundle
1863 Downloads
Creates a flexible API for a website's structure, reusable components and common functionality.
collecthor/surveyjs-parser
17627 Downloads
Parse SurveyJS survey structure into PHP classes
codebot/laravel-response-builder
25473 Downloads
Simple package for Laravel framework to standardize the structure of JSON responses.
chubbyphp/chubbyphp-parsing
86646 Downloads
Allows parsing data of various structures, meaning the population and validation of data into a defined structure. For example, converting an API request into a Data Transfer Object (DTO).
chd7well/bootstrap-wizard
19673 Downloads
Bootstrap Wizard - Builds a wizard using a tabbalbe structure
cauegonzalez/gzlayers
1449 Downloads
This package creates a layer structure to organize your laravel projects
carsdotcom/php-request-class
19716 Downloads
Structure the logic around Guzzle API requests into object-oriented classes
camspiers/statistical-classifier
36990 Downloads
A PHP implementation of Complement Naive Bayes and SVM statistical classifiers, including a structure for building other classifier, multiple data sources and multiple caching backends
brianhenryie/simple-php-code-parser
2926 Downloads
Get a simple data structure from your php code.
bmdevel/php-index
43586 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.