Metapackage that lists all the packages for db schemas
This package is a meta-package which gathers all db-schema libraries for any database vendor. They can be included in any project.
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.
MIT (See license file).