mtkocak/basicdb

A BasicDB implementation using PDO. Select, Insert, Update and Delete operations in an OOP way.

Installs: 48

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 0

Forks: 78

Language:HTML

dev-master 2015-08-08 12:07 UTC

This package is not auto-updated.

Last update: 2024-11-13 10:04:45 UTC


README

Description: BasicDB is a class to teach and use PDO and OOP, using abstract classes, interfaces and adapters. It simplifies also PDO usage.

Includes:

  • BasicDB Class to simplify PDO
  • Crudable Adapter
  • Add, Edit, Index, View, Delete Adapter methods

Other things to include:

  • Technology stack: PHP, Composer, PHPUnit should exits
  • Things to do: Complete Doccomments.
  • Status: Very very Alpha CHANGELOG.
  • Links to production or demo instances
  • No demo.

Installation

  1. Clone repository
  2. Composer Install
  3. (Optional) ant build

Configuration

For testing purposes you should create a test database and add credentials to test files.

Usage

See examples doler.

How to test the software

build/phpunit

Known issues

No issues yet

Getting help

mtkocak@mtkocak.net

Feel free to mail mtkocak@gmail.com

Getting involved

You can fork this package.

Open source licensing info

  1. TERMS
  2. LICENSE

Credits and references

I already gave credits above but, you can check;

  1. Tayfun Erbilen
  2. Midori Kocak
  3. Open Source Project Template