kammadata / database-scaffold
MySQL and PostgreSQL PHP PDO wrapper library
Installs: 50
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/kammadata/database-scaffold
Requires
- php: >=7.1
This package is auto-updated.
Last update: 2025-09-29 02:43:06 UTC
README
There are many PHP database scaffolding wrapper libraries; this one is ours.
database-scaffold
is a set of PHP libraries which wrap MySQL and PostgreSQL PDO
objects, handling the DSN formatting and connections.
Installation
Install via Composer:
$ 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.
Release History
- v1.0.0 - 24/03/2020 - Initial open sourced release