2017 © Pedro Peláez
 

database dbutil

A database utility wrapper for the template

image

hopp/dbutil

A database utility wrapper for the template

  • Wednesday, September 14, 2016
  • by Tjoosten
  • Repository
  • 1 Watchers
  • 0 Stars
  • 20 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Laravel dbutil

Simple MySQL laravel Wrapper for database management., (*1)

This repo is not in active development., (*2)

Installation

Require this package with composer:, (*3)

composer require Hopp/dbutil

After updating composer, add the ServiceProvider to the providers array in config/app.php, (*4)

Laravel 5.x

Hopp\dbutil\ServiceProvider::class

If you like to use the facade, add this to your facades in config/app.php, (*5)

'DbUtil' => Hopp\DbUtil\Facade::class

Security vurnabilities.

If you discover any security related issues, please email Topairy@gmail.com instead of using the issue tracker., (*6)

Versioning

The MIT License (MIT). Please see License File for more information., (*7)

The Versions

14/09 2016

dev-master

9999999-dev

A database utility wrapper for the template

  Sources   Download

MIT

The Requires

 

by Avatar Tjoosten