fgh151 / yii2-tarantool
Tarantool yii2 module
Installs: 152
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:yii2-extension
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(); ?>```