zarv1k / yii2-two-way-sync
Yii2 Two-Way Sync of REST entities
Package info
github.com/zarv1k/yii2-two-way-sync
Type:yii2-extension
pkg:composer/zarv1k/yii2-two-way-sync
0.0.2
2016-08-06 07:25 UTC
Requires
- yiisoft/yii2: >=2.0.8
Requires (Dev)
- yiisoft/yii2: >=2.0.8
This package is not auto-updated.
Last update: 2026-03-05 02:59:14 UTC
README
This extension provides behaviors that may help to make your REST entities synchronizable in two-way. (Warning: this extension is under development, unstable and not for production use)
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist zarv1k/yii2-two-way-sync "*"
or add
"zarv1k/yii2-two-way-sync": "*"
to the require section of your composer.json file.
Usage
TODO: write usage