andrelohmann-silverstripe / cache-backends
Additional Cache Backends for Redis and MongoDB
Installs: 9 035
Dependents: 0
Suggesters: 1
Security: 0
Stars: 6
Watchers: 1
Forks: 4
Open Issues: 2
pkg:composer/andrelohmann-silverstripe/cache-backends
Requires
- php: >=5.3.2
- composer/installers: *
This package is auto-updated.
Last update: 2025-10-29 01:56:57 UTC
README
Maintainers
- Andre Lohmann (Nickname: andrelohmann)
Requirements
Silverstripe 3.2.*
Introduction
This repository adds some additional Cache Backends (Redis, MongoDB) to the silverstripe core
Installation
put the follwoing post install and post updates scripts into your composer.json
    "scripts": {
        "post-install-cmd": [
            "cp vendor/andrelohmann-silverstripe/cache-backends/* -r framework/"
        ],
        "post-update-cmd": [
            "cp vendor/andrelohmann-silverstripe/cache-backends/* -r framework/"
        ]
    },