2017 © Pedro Peláez
 

library db-scribe

PDO Abstraction Library to manage CRUD functions from within PHP

image

d-scribe/db-scribe

PDO Abstraction Library to manage CRUD functions from within PHP

  • Thursday, February 9, 2017
  • by ezraobiwale
  • Repository
  • 1 Watchers
  • 1 Stars
  • 28 Installations
  • PHP
  • 2 Dependents
  • 1 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

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., (*1)

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., (*2)

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

  2. MANUAL, (*4)

    • 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/), (*5)

The Versions

09/02 2017

dev-Development

dev-Development

PDO Abstraction Library to manage CRUD functions from within PHP

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

database library crud pdo abstraction dscribe dbscribe

29/03 2016

dev-master

9999999-dev

PDO Abstraction Library to manage CRUD functions from within PHP

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

database library crud pdo abstraction dscribe dbscribe