synacksa / yii2-cache-data-provider
Extension for Yii2 to have caching for ActiveDataProviders.
Installs: 2 035
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 4
Open Issues: 0
Type:yii2-extension
Requires
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2025-01-04 19:05:52 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.