2017 © Pedro Peláez
 

library db-util

Driver classes for database storage, PDO available.

image

edouardkombo/db-util

Driver classes for database storage, PDO available.

  • Tuesday, January 14, 2014
  • by edouardkombo
  • Repository
  • 1 Watchers
  • 0 Stars
  • 14 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

DbUtil

The Troll Inception - Db Util, (*1)

About

Db Util is a set of classes you can use as driver in your application to store values in database. You can store actually with pdo., (*2)

These classes use AbstractFactory methods from The Troll Inception, so they respect the single responsibility principle., (*3)

Requirements

Require PHP version 5.3 or greater, AbstractFactory and InterfaceFactory from The Troll Inception., (*4)

Installation

The easiest way to install is using Composer you can easily install TTI Db Util system-wide with the following command:, (*5)

composer global require 'edouardkombo/db-util=1.0.0.*@dev'

Make sure you have ~/.composer/vendor/bin/ in your PATH., (*6)

Or alternatively, include a dependency in your composer.json file. For example:, (*7)

{
    "require": {
        "edouardkombo/db-util": "1.0.0.*@dev"
    }
}

You can also download the DbUtil source directly from the GIT checkout:, (*8)

https://github.com/edouardkombo/DbUtil

Documentation

All additional documentation is available in code docblocks., (*9)

Contributing

If you do contribute code to DbUtil, please make sure it conforms to the PSR coding standard. The easiest way to contribute is to work on a checkout of the repository, or your own fork, rather than an installed version., (*10)

Issues

Bug reports and feature requests can be submitted on the Github issues tracker., (*11)

For further informations, contact me directly at edouard.kombo@gmail.com., (*12)

The Versions

14/01 2014

1.0.0.x-dev

1.0.0.9999999-dev https://github.com/edouardkombo/DbUtil

Driver classes for database storage, PDO available.

  Sources   Download

MIT

The Requires

  • php >=5.3.0
  • edouardkombo/abstract-factory 1.0.0.*@dev

 

tti the troll inception db util