tobymaxham/database

A package to quickly connect using eloquent.

dev-master 2016-08-14 15:06 UTC

This package is auto-updated.

Last update: 2024-03-24 02:59:29 UTC


README

Latest Stable Version Total Downloads Latest Unstable Version License

SEE Illuminate Database

Installation

composer require tobymaxham/database

Use

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

and you'll be done.

License

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

Eloquent by Illuminate Database