Download the PHP package ginnerpeace/illuminate-cache-database without Composer
On this page you can find all versions of the php package ginnerpeace/illuminate-cache-database. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download ginnerpeace/illuminate-cache-database
More information about ginnerpeace/illuminate-cache-database
Files in ginnerpeace/illuminate-cache-database
Download ginnerpeace/illuminate-cache-database
More information about ginnerpeace/illuminate-cache-database
Files in ginnerpeace/illuminate-cache-database
Vendor ginnerpeace
Package illuminate-cache-database
Short Description Cache-based data query.
License MIT
Homepage https://github.com/ginnerpeace/illuminate-cache-database
Package illuminate-cache-database
Short Description Cache-based data query.
License MIT
Homepage https://github.com/ginnerpeace/illuminate-cache-database
Please rate this library. Is it a good library?
Informations about the package illuminate-cache-database
illuminate-cache-database
Cache-based data query.
Getting started
Install
Using composer.
Add service provider to config
Normally.
After Laravel 5.5, the package auto-discovery is supported.
Lumen
Publish resources (laravel only)
Copied config to
config/hash-database.php
.
Create repository
Defined a class, implements basic interface and write some query.
Appends useable repository to config
Mapping Custom repositories in
config/hash-database.php
.
Enjoy
Result will save to redis hash table, TTL depending on
RedisHashRepository::ttl()
method returned.
All versions of illuminate-cache-database with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.1.3
illuminate/redis Version ^5.1
illuminate/support Version ^5.1
predis/predis Version ~1.1
illuminate/redis Version ^5.1
illuminate/support Version ^5.1
predis/predis Version ~1.1
The package ginnerpeace/illuminate-cache-database contains the following files
Loading the files please wait ....