2017 © Pedro Peláez
 

library database

A package to quickly connect using eloquent.

image

tobymaxham/database

A package to quickly connect using eloquent.

  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

TobyMaxham Database

Latest Stable Version Total Downloads Latest Unstable Version License, (*1)

SEE Illuminate Database, (*2)

Installation

composer require tobymaxham/database

Use

TobyMaxham\DBConnector::connect([
    'host'      => 'localhost',
    'database'  => 'database',
    'username'  => 'root',
    'password'  => 'password',
]);

and you'll be done., (*3)

License

TobyMaxham's Database is licensed under The MIT License (MIT)., (*4)

Eloquent by Illuminate Database, (*5)

The Versions

14/08 2016

dev-master

9999999-dev https://maxham.de

A package to quickly connect using eloquent.

  Sources   Download

MIT

The Requires

 

laravel eloquent tobymaxham

01/08 2015

dev-TobyMaxham-patch-1

dev-TobyMaxham-patch-1 http://maxham.de

A package to quickly connect using eloquent.

  Sources   Download

MIT

The Requires

 

laravel eloquent tobymaxham