https://github.com/kammadata/database-scaffold
database-scaffold is a set of PHP libraries which wrap MySQL and PostgreSQL PDO objects, handling the DSN formatting and connections.
https://github.com/kammadata/database-scaffold
database mysql php php7 postgresql
Last synced: 2 months ago
JSON representation
database-scaffold is a set of PHP libraries which wrap MySQL and PostgreSQL PDO objects, handling the DSN formatting and connections.
- Host: GitHub
- URL: https://github.com/kammadata/database-scaffold
- Owner: KammaData
- License: bsd-3-clause
- Created: 2020-03-24T13:20:28.000Z (over 6 years ago)
- Default Branch: integration
- Last Pushed: 2020-03-30T12:16:11.000Z (over 6 years ago)
- Last Synced: 2025-10-08T15:59:37.537Z (9 months ago)
- Topics: database, mysql, php, php7, postgresql
- Language: PHP
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# database-scaffold
There are many PHP database scaffolding wrapper libraries; this one is [ours](https://www.kammadata.com/).
`database-scaffold` is a set of PHP libraries which wrap MySQL and PostgreSQL [PDO
objects](https://www.php.net/manual/en/book.pdo.php), handling the DSN formatting and connections.
## Installation
Install via [Composer](https://getcomposer.org/):
```
$ composer install kammadata/database-scaffold
```
Or add to your `composer.json` by hand.
## TODO
This repo needs documenting!
## License
`database-scaffold` is licensed under the [BSD 3-Clause Licence](LICENSE.txt).
## Release History
* v1.0.0 - 24/03/2020 - Initial open sourced release