2017 © Pedro Peláez
 

library databoss

Simple abstraction for MySQL/MariaDB and PostgreSQL database server(s), compatible with PHP >= 5.3.

image

vaibhavpandeyvpz/databoss

Simple abstraction for MySQL/MariaDB and PostgreSQL database server(s), compatible with PHP >= 5.3.

  • Sunday, February 12, 2017
  • by vaibhavpandeyvpz
  • Repository
  • 1 Watchers
  • 1 Stars
  • 28 Installations
  • PHP
  • 1 Dependents
  • 1 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

vaibhavpandeyvpz/databoss

Simple abstraction for MySQL/MariaDB and PostgreSQL database server(s), compatible with PHP >= 5.3., (*1)

Build status ![Code Coverage][code-coverage-image] ![Latest Version][latest-version-image] ![Downloads][downloads-image] ![PHP Version][php-version-image] ![License][license-image], (*2)

SensioLabsInsight, (*3)

Install

composer require vaibhavpandeyvpz/databoss

Usage

<?php

$db = new Databoss\Connection([
    Databoss\Connection::OPT_DATABASE => 'test',
    Databoss\Connection::OPT_USERNAME => 'root',
    Databoss\Connection::OPT_PASSWORD => '12345678',
]);

/**
 * @desc Simplest it can be
 */
$track = $db->first('music', [
    'artist' => 'Tyga',
    'duration{>}' => 180,
]);

Documentation

To view installation and usage instructions, visit this Wiki., (*4)

License

See LICENSE.md file., (*5)

The Versions

12/02 2017

dev-master

9999999-dev http://vaibhavpandeyvpz.github.io/databoss

Simple abstraction for MySQL/MariaDB and PostgreSQL database server(s), compatible with PHP >= 5.3.

  Sources   Download

MIT

The Requires

  • php ^5.3 || ^7.0
  • ext-pdo *

 

The Development Requires

database postgres mysql mariadb abstraction pgsql

12/02 2017

1.0.1

1.0.1.0 http://vaibhavpandeyvpz.github.io/databoss

Simple abstraction for MySQL/MariaDB and PostgreSQL database server(s), compatible with PHP >= 5.3.

  Sources   Download

MIT

The Requires

  • php ^5.3 || ^7.0
  • ext-pdo *

 

The Development Requires

database postgres mysql mariadb abstraction pgsql

29/01 2017

1.0

1.0.0.0 http://vaibhavpandeyvpz.github.io/databoss

Simple abstraction for MySQL/MariaDB and PostgreSQL database server(s), compatible with PHP >= 5.3.

  Sources   Download

MIT

The Requires

  • php ^5.3 || ^7.0

 

The Development Requires

database mysql mariadb abstraction