Download the PHP package ablunier/laravel-database without Composer
On this page you can find all versions of the php package ablunier/laravel-database. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download ablunier/laravel-database
More information about ablunier/laravel-database
Files in ablunier/laravel-database
Download ablunier/laravel-database
More information about ablunier/laravel-database
Files in ablunier/laravel-database
Vendor ablunier
Package laravel-database
Short Description Laravel database utilities package. Repository, cache, abstraction layer.
License MIT
Package laravel-database
Short Description Laravel database utilities package. Repository, cache, abstraction layer.
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-database
Laravel Database

This package provides some utilities and patterns to work with Laravel databases
Note: This package is in active development and NOT ready for production.
Features
- Automatic default and extendable repository pattern.
- Cache system over repository pattern.
- Model abstraction layer.
Requirements
- PHP 5.5 or higher.
- Laravel 5.
Installation
Require this package with composer:
After updating composer, add the ServiceProvider and Facade (optional) to the app.php config file:
Copy the package config to your local config with the publish command:
Usage
Repository pattern
Cache
Abstraction layer
Documentation
Visit the wiki for more information.
License
This software is published under the MIT License
All versions of laravel-database with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.5.9
illuminate/support Version 5.4.*
illuminate/database Version 5.4.*
doctrine/dbal Version 2.5.*
illuminate/support Version 5.4.*
illuminate/database Version 5.4.*
doctrine/dbal Version 2.5.*
The package ablunier/laravel-database contains the following files
Loading the files please wait ....