d-scribe / db-scribe
PDO Abstraction Library to manage CRUD functions from within PHP
dev-master
2016-03-29 13:47 UTC
Requires
- php: >=5.3.0
This package is auto-updated.
Last update: 2025-03-14 06:41:01 UTC
README
PDO Abstraction Library to manage CRUD functions from within PHP with the ability to create databases, tables and columns, and to keep them up-to-date according to models.
FEATURES
- DB creation
- Table creation (Mapper required)
- Table structure update (Mapper required)
- CRUD operations
- Model Mapper (uses annotations)
INSTALLATION
There are two ways to install dbScribe.
-
COMPOSER (Recommended) "require": { "d-scribe/db-scribe": "dev-master" }
-
MANUAL
- Create "d-scribe/db-scribe" directory in your vendor directory
- Copy the files of dbScribe into that directory
USAGE EXAMPLES
[http://ezra-obiwale.github.io/dbScribe/] (http://ezra-obiwale.github.io/dbScribe/)