This repository was archived by the owner on Sep 6, 2019. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- Laravel Multicache
1+ Multicache
22=========
33
44> Adds array caching to Laravels cache drivers and custom drivers.
55
6- [ ![ Build Status] ( http://img.shields.io/travis/pulkitjalan/laravel- multicache.svg?style=flat-square )] ( https://travis-ci.org/pulkitjalan/laravel- multicache )
7- [ ![ Scrutinizer Code Quality] ( http://img.shields.io/scrutinizer/g/pulkitjalan/laravel- multicache/master.svg?style=flat-square )] ( https://scrutinizer-ci.com/g/pulkitjalan/laravel- multicache/ )
8- [ ![ Coverage Status] ( https://img.shields.io/scrutinizer/coverage/g/pulkitjalan/laravel- multicache/master.svg?style=flat-square )] ( https://scrutinizer-ci.com/g/pulkitjalan/laravel- multicache/code-structure/master )
6+ [ ![ Build Status] ( http://img.shields.io/travis/pulkitjalan/multicache.svg?style=flat-square )] ( https://travis-ci.org/pulkitjalan/multicache )
7+ [ ![ Scrutinizer Code Quality] ( http://img.shields.io/scrutinizer/g/pulkitjalan/multicache/master.svg?style=flat-square )] ( https://scrutinizer-ci.com/g/pulkitjalan/multicache/ )
8+ [ ![ Coverage Status] ( https://img.shields.io/scrutinizer/coverage/g/pulkitjalan/multicache/master.svg?style=flat-square )] ( https://scrutinizer-ci.com/g/pulkitjalan/multicache/code-structure/master )
99[ ![ License] ( http://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square )] ( http://www.opensource.org/licenses/MIT )
10- [ ![ Latest Version] ( http://img.shields.io/packagist/v/pulkitjalan/laravel- multicache.svg?style=flat-square )] ( https://packagist.org/packages/pulkitjalan/laravel- multicache )
11- [ ![ Total Downloads] ( https://img.shields.io/packagist/dt/pulkitjalan/laravel- multicache.svg?style=flat-square )] ( https://packagist.org/packages/pulkitjalan/laravel- multicache )
10+ [ ![ Latest Version] ( http://img.shields.io/packagist/v/pulkitjalan/multicache.svg?style=flat-square )] ( https://packagist.org/packages/pulkitjalan/multicache )
11+ [ ![ Total Downloads] ( https://img.shields.io/packagist/dt/pulkitjalan/multicache.svg?style=flat-square )] ( https://packagist.org/packages/pulkitjalan/multicache )
1212
1313## Requirements
1414
15- Laravel >= 5.1
16-
17- PHP >= 5.5.9
15+ - PHP >= 5.5.9
16+ - Laravel >= 5.1
1817
1918## Installation
2019
2120Install via [ composer] ( https://getcomposer.org/ ) - edit your ` composer.json ` to require the package.
2221
2322``` js
2423" require" : {
25- " pulkitjalan/laravel- multicache" : " 0.2.*"
24+ " pulkitjalan/multicache" : " 0.2.*"
2625}
2726```
2827
Original file line number Diff line number Diff line change 11{
2- "name" : " pulkitjalan/laravel- multicache" ,
2+ "name" : " pulkitjalan/multicache" ,
33 "description" : " Adds array caching to Laravels cache drivers and custom drivers" ,
4- "homepage" : " https://github.com/pulkitjalan/laravel- multicache" ,
5- "keywords" : [" laravel" , " cache" ],
4+ "homepage" : " https://github.com/pulkitjalan/multicache" ,
5+ "keywords" : [" laravel" , " cache" , " array " ],
66 "license" : " MIT" ,
77 "authors" : [
88 {
You can’t perform that action at this time.
0 commit comments