2017 © Pedro Peláez
 

library phd

PHP Database library.

image

marella/phd

PHP Database library.

  • Thursday, March 17, 2016
  • by marella
  • Repository
  • 1 Watchers
  • 2 Stars
  • 335 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 2 Versions
  • 1 % Grown

The README.md

PhD

Coverage Status Build Status StyleCI Latest Stable Version Total Downloads Latest Unstable Version License, (*1)

PHP Database library. Copied from Laravel framework., (*2)

Quick Usage

composer require marella/phd
<?php

require 'vendor/autoload.php';
$config = require 'config/database.php'; // load config array from a file

use PhD\DB;
DB::init($config);

$users = DB::select('select * from users where active = ?', [1]);

Documentation

See the wiki for more details and documentation., (*3)

Contributing

See contributing guidelines before creating issues or pull requests., (*4)

License

Open-source software released under the MIT license., (*5)

The Versions

17/03 2016

dev-master

9999999-dev

PHP Database library.

  Sources   Download

MIT

The Requires

  • php >=5.5

 

The Development Requires

by Ravindra Marella

database library phd

17/03 2016

v0.0.1

0.0.1.0

PHP Database library.

  Sources   Download

MIT

The Requires

  • php >=5.5

 

The Development Requires

by Ravindra Marella

database library phd