Libraries tagged by structural data
anton-panfilov/php-struct
117 Downloads
data structures for php 8.1+
alaminceazer/form
25 Downloads
This will generate dynamic form data based on json data structure
abalozz/files-by-positions
163 Downloads
Component to create txt files with data structured by positions
sbsedv/input-converter
134 Downloads
A minimal PHP library to nativly support PUT, PATCH and DELETE user input in form of mutlipart/form-data, application/x-www-form-urlencoded and various JSON types like application/json with complex data structures (nested html forms).
panlatent/boost
587 Downloads
A PHP data structures and algorithms enhancement library
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.
i-am-tom/schemer
1234 Downloads
A Joi-like interface for validating data structures.
chili-labs/json-patch
2998 Downloads
Simple library for applying JSON Patches (RFC 6902) to PHP data structures
cashlink/php-index
11306 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.
oksydan/falconize
17 Downloads
Falconize is a simple tool designed to help you create a database structure and register hooks in PrestaShop modules.
kapcus/classgenerator
12 Downloads
Class Generator of table classes by database structure
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.
drewlabs/g-cli
82 Downloads
Generates classes, services, models and controller's components or entire project source code from databse structure
developerawam/generate-migration
17 Downloads
This package automatically generates migration files for your Laravel application. With this feature, you can quickly create database structures without writing SQL code manually. Simply specify the model you want to create, and this package will handle the rest, streamlining development and minimizing human errors.
9raxdev/mysql-struct-sync
79 Downloads
可用于帮助开发人员比较两个数据库之间的差异(表,列,约束,事件,函数,存储过程,触发器,视图),并生成更新语句。Can be used to synchronize database structures, compare differences(table,column,constraints,events,functions,procedures,triggers,views) between databases and generating queries.