2017 © Pedro Peláez
 

library basicdb

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

image

tayfunerbilen/basicdb

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

  • Thursday, April 19, 2018
  • by tayfunerbilen
  • Repository
  • 20 Watchers
  • 60 Stars
  • 26 Installations
  • HTML
  • 0 Dependents
  • 0 Suggesters
  • 46 Forks
  • 15 Open issues
  • 1 Versions
  • 13 % Grown

The README.md

BasicDB Class for PHP

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

Includes: - BasicDB Class to simplify PDO - Crudable Adapter - Add, Edit, Index, View, Delete Adapter methods, (*2)

Other things to include:, (*3)

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

Usage

See examples doler., (*5)

How to test the software

build/phpunit, (*6)

Known issues

No issues yet, (*7)

Getting help

mtkocak@mtkocak.net, (*8)

Feel free to mail mtkocak@gmail.com, (*9)

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;, (*10)

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

The Versions

19/04 2018

dev-master

9999999-dev http://github.com/tayfunerbilen/BasicDB

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

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

pdo db oop