Skip to content
Ezra Obiwale edited this page Jan 18, 2016 · 3 revisions

#Welcome to the DBScribe wiki!

DBScribe is a 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 two ways to install DBScribe.

  1. COMPOSER (Recommended) "require": { "d-scribe/db-scribe": "dev-master" }

  2. MANUAL

    • Create "d-scribe/db-scribe" directory in your vendor directory
    • Copy the files of DBScribe into that directory

##USAGE EXAMPLES

Click on the usages link on the side menu

Clone this wiki locally