synacksa / yii2-cache-data-provider
Extension for Yii2 to have caching for ActiveDataProviders.
Package info
github.com/synackSA/yii2-cache-data-provider
Type:yii2-extension
pkg:composer/synacksa/yii2-cache-data-provider
dev-master / 1.0.x-dev
2015-06-22 13:35 UTC
Requires
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2026-03-29 01:55:56 UTC
README
Installation
The preferred way to install this extension is through composer.
Either run
composer require 'synacksa/yii2-cache-data-provider:1.0.*@dev'
or add
"synacksa/yii2-cache-data-provider": "1.0.*@dev"
to the require section of your application's composer.json file.