daxslab / yii2-cmsclient-module
Yii2 client module to interact with sites.daxslab.com.
Installs: 11
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 0
Open Issues: 0
Type:yii2-extension
Requires
- daxslab/yii2-mobirisegallery-widget: dev-master
- yiisoft/yii2: *
- yiisoft/yii2-httpclient: ~2.0.0
This package is auto-updated.
Last update: 2024-10-23 08:03:24 UTC
README
Yii2 client module to interact with http://sites.daxslab.com service
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist daxslab/yii2-cmsclient-module "*"
or add
"daxslab/yii2-cmsclient-module": "*"
to the require section of your composer.json
file.