php-extended/php-db-schema-suite

Metapackage that lists all the packages for db schemas


Keywords
database, php, db, schema, suite, vendor
License
MIT

Documentation

php-db-schema-suite

This package is a meta-package which gathers all db-schema libraries for any database vendor. They can be included in any project.

Installation

The installation of this library is made via composer. Download composer.phar from their website. Then add to your composer.json :

	"require": {
		...
		"php-extended/php-db-schema-suite": "^8"
		...
	}

Then run php composer.phar update to install this library. The autoloading of all classes of this library is made through composer's autoloader.

Included packages

License

MIT (See license file).