yii2-extension yii2-cache-data-provider
Extension for Yii2 to have caching for ActiveDataProviders.
synacksa/yii2-cache-data-provider
Extension for Yii2 to have caching for ActiveDataProviders.
- Monday, June 22, 2015
- by synacksa
- Repository
- 1 Watchers
- 0 Stars
- 238 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 3 Forks
- 1 Open issues
- 1 Versions
- 9 % Grown
yii2-cache-data-provider
Installation
The preferred way to install this extension is through composer., (*1)
Either run, (*2)
composer require 'synacksa/yii2-cache-data-provider:1.0.*@dev'
or add, (*3)
"synacksa/yii2-cache-data-provider": "1.0.*@dev"
to the require section of your application's composer.json
file., (*4)