Download the PHP package oefenweb/cakephp-redis without Composer
On this page you can find all versions of the php package oefenweb/cakephp-redis. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download oefenweb/cakephp-redis
More information about oefenweb/cakephp-redis
Files in oefenweb/cakephp-redis
Download oefenweb/cakephp-redis
More information about oefenweb/cakephp-redis
Files in oefenweb/cakephp-redis
Vendor oefenweb
Package cakephp-redis
Short Description A Redis (DataSource) Plugin for CakePHP
License MIT
Homepage http://github.com/Oefenweb/cakephp-redis
Package cakephp-redis
Short Description A Redis (DataSource) Plugin for CakePHP
License MIT
Homepage http://github.com/Oefenweb/cakephp-redis
Please rate this library. Is it a good library?
Informations about the package cakephp-redis
Redis plugin for CakePHP
Redis (DataSource) Plugin for CakePHP
Requirements
- CakePHP 2.9.0 or greater.
- PHP 7.0.0 or greater.
- PhpRedis.
Installation
Clone
- Clone/Copy the files in this directory into
app/Plugin/Redis
Composer
- Ensure
require
is present incomposer.json
. This will install the plugin intoapp/Plugin/Redis
:
Configuration
-
Ensure the plugin is loaded in
app/Config/bootstrap.php
by calling: - Ensure the plugin is configured in
app/Config/database.php
by specifying:
Usage
Get a (connected / configured) Redis
instance:
Call Redis's ping command:
All versions of cakephp-redis with dependencies
PHP Build Version
Package Version
The package oefenweb/cakephp-redis contains the following files
Loading the files please wait ....