Skip to content

PDO Abstraction Classes to manage CRUD functions from within PHP

License

Notifications You must be signed in to change notification settings

ezra-obiwale/dbScribe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dbScribe

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.

  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

[http://ezra-obiwale.github.io/dbScribe/] (http://ezra-obiwale.github.io/dbScribe/)

About

PDO Abstraction Classes to manage CRUD functions from within PHP

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages