Libraries tagged by Php Structured Data
pinepain/php-object-maps
191 Downloads
ObjectMap structures for PHP
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.
lavoiesl/php-abstract-structure
18 Downloads
Basic data structure with public properties while validating data type.
cashlink/php-index
11377 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.
nachofassini/laravel-database-structure
3857 Downloads
Package that generates a php file with the tables and fields of the database after running all the migrations
forestadmin/forest-php
8594 Downloads
Liana is part of the ForestAdmin project. This library analyzes the database structure of an application and restitutes a map of it.
seboettg/forest
2400 Downloads
Tree data structures for PHP – containing general tree, binary tree, and AVL tree
mtkocak/algorithms
8 Downloads
Midori PHP Algorithms and Data Structures
smoren/containers
111 Downloads
Abstract data containers and structures for PHP
yii2-module/yii2-insee-sirene
477 Downloads
A module that structures the data of the SIRENE database from the INSEE
yii2-module/yii2-insee-naf
1724 Downloads
A module that structures the data of the French Activity Nomenclature (fr : NAF) from the INSEE
yii2-module/yii2-insee-cog
4874 Downloads
A module that structures the data of the Official Geographic Code (fr : COG) from the INSEE
yii2-module/yii2-insee-catjur
1712 Downloads
A module that structures the data of the Juridic Categories from the INSEE
yii2-module/yii2-insee-ban
2465 Downloads
A module that structures the data of the Base des Adresses Nationales (fr : BAN) from the INSEE and others
bingo-soft/heap
2597 Downloads
PHP library containing heap implementations