tobymaxham / database
A package to quickly connect using eloquent.
Installs: 23
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 1
pkg:composer/tobymaxham/database
Requires
- php: >=5.5.9
- illuminate/database: *
This package is auto-updated.
Last update: 2025-09-24 06:23:21 UTC
README
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