Libraries tagged by database schemas
php-extended/php-db-schema-mysql
5955 Downloads
A library to abstract the mysql database schema rules
php-extended/php-db-schema-interface
9705 Downloads
A library which provides interfaces to database schema abstractions
phoenixgao/laravel-postgres-extended-schema
2248 Downloads
Laravel database schema extended, added some PostgreSql features
mouf/database.dbconnection
32542 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.
gsferro/database-schema-easy
87 Downloads
Simple and efficient way to manipulate your database connection scheme, whatever it may be.
gevman/zend-db-schema-info
21 Downloads
Database Schema information provider for zend framework
dbtk/schema-loader
4160 Downloads
Load Database schema from XML
schmunk42/database-command
5864 Downloads
Yii command to create database migrations from existing schema
imagine10255/schema-build
25 Downloads
The database of the table schema, the output function into the file
tacoberu/composer-schema-manage
1103 Downloads
Initiate versioning the database like code.
suren/laravel-mongo-model-schema
2443 Downloads
Make mongo data saving and retrieving match defined schemas for Laravel. Support nested data model.
schema-keeper/schema-keeper
6112 Downloads
Database development kit for PostgreSQL
pierre-vassoilles/mysql-workbench-schema-exporter
2222 Downloads
MySQL Workbench Schema Exporter
php-extended/php-db-schema-core
7238 Downloads
A library to provide all the core objects to help vendor specific packages
lss/schema
760 Downloads
Simple PHP / MySQL schema sync / migration tool. Specify your schema in PHP and it will generate DDL and alter table statements to sync the database.