Libraries tagged by database schema
deisss/slim-auth
113 Downloads
An abstract HTTP Basic Auth middleware for PHP Slim framework, offering easy custom database schema, and url escaping possibilities
bullhorn/fast-rest-services
2918 Downloads
FastREST generates REST-ready models and controllers dynamically from a MySQL database schema, including foreign keys, table and column comments, and indexes.
1manfactory/compare_db
63 Downloads
A CLI tool to compare MySQL/MariaDB database schema definitions between development and production environments.
onlinebuddies/modyllic
15 Downloads
MySQL database migrations, schema comparison, stored proc management made easy
trismegiste/dokudoki
115 Downloads
Schemaless database layer for MongoDB and helpers for schemaless capabilities
virge/db
257 Downloads
Virge::Database is used to connect to databases, run db schema migrations, and is used heavily by Virge::ORM
websightnl/yii2-sybase
812 Downloads
Yii2 schema support for Sybase database, tested with SQL Anywhere 12.0.
xeoncross/acrud
22 Downloads
Automatic database scaffolding with intelligent auto-validation based on schema (for MySQL, SQLite, & PostgreSQL)
softr/mako-schema-builder
83 Downloads
Database Schema Builder package for Mako Framework
sclzzhanghaijun/db_schema
3 Downloads
mysql database schema
rabrux/schema
11 Downloads
Schema Cli Migration - PHP command line database schema migration
php-taxonomy/multitaxonomy-doctrine-dbal-schema
299 Downloads
Multitaxonomy (schema for Doctrine DBAL)
permafrost-dev/laravel-dump-schema
2302 Downloads
Implementation of database schema dumping and loading to/from file, taken from Laravel v8 PR
noud/schema
55 Downloads
Read database schema, table and column metadata in Laravel or plain PHP.
mouf/database.dbconnection
32538 Downloads
This package contains object to perform database connections. Connections are performed using the PDO library. Therefore, the PDO extension must be enabled to use this package. This package will allow you to connect to MySql and PostgreSql databases. The DB Connection class has special features to help you get informations about the database schema, and especially about the constraints between tables.