# TobyMaxham Database
[](https://packagist.org/packages/TobyMaxham/database)
[](https://packagist.org/packages/TobyMaxham/database)
[](https://packagist.org/packages/TobyMaxham/database)
[](https://packagist.org/packages/TobyMaxham/database)
SEE [Illuminate Database](https://github.com/illuminate/database)
## Installation
```
composer require tobymaxham/database
```
## Use
```php
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)](LICENSE).
Eloquent by [Illuminate Database](https://github.com/illuminate/database)