composer require tobymaxham/database
TobyMaxham\DBConnector::connect([
'host' => 'localhost',
'database' => 'database',
'username' => 'root',
'password' => 'password',
]);
and you'll be done.
TobyMaxham's Database is licensed under The MIT License (MIT).
Eloquent by Illuminate Database