TobyMaxham / database by TobyMaxham

A package to quickly connect using eloquent.
23
1
2
Package Data
Maintainer Username: TobyMaxham
Maintainer Contact: git2016@maxham.de (Tobias Maxham)
Package Create Date: 2015-07-17
Package Last Update: 2016-08-14
Language: PHP
License: MIT
Last Refreshed: 2024-04-15 15:16:59
Package Statistics
Total Downloads: 23
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 1
Total Watchers: 2
Total Forks: 1
Total Open Issues: 0

TobyMaxham Database

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