tobymaxham/database

A package to quickly connect using eloquent.
23 1
Install
composer require tobymaxham/database
PHP:>=5.5.9
License:MIT
Last Updated:Aug 14, 2016
Links: GitHub  ·  Packagist
Maintainer: TobyMaxham

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

Related Packages

kodeine/laravel-acl

Light-weight role-based permissions for Laravel 5 built in Auth system.

362,079 777
hootlex/laravel-friendships

This package gives Eloquent models the ability to manage their friendships.

120,546 699
spatie/laravel-sluggable

Generate slugs when saving Eloquent models

13,556,289 1,555
mpociot/laravel-firebase-sync

Synchronize your Eloquent models with a Firebase realtime database.

153,322 265