fgh151 / yii2-tarantool
This package is abandoned and no longer maintained.
No replacement package was suggested.
Tarantool yii2 module
Package info
github.com/fgh151/yii2-tarantool
Type:yii2-extension
pkg:composer/fgh151/yii2-tarantool
dev-master
2016-05-12 13:30 UTC
Requires
- rybakit/msgpack: ^0.1.0
- tarantool/client: ^0.1.0
- yiisoft/yii2: *
This package is auto-updated.
Last update: 2020-03-12 12:39:46 UTC
README
Tarantool yii2 module
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist fgh151/yii2-tarantool "*"
or add
"fgh151/yii2-tarantool": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by : \tarantool\AutoloadExample::widget(); ?>```