korkiss / yii2-taxi-extension
Parser for Moscow taxi SOAP service
Package info
github.com/korkiss/yii2-taxi-extension
Type:yii2-extension
pkg:composer/korkiss/yii2-taxi-extension
dev-master
2017-01-17 19:26 UTC
This package is not auto-updated.
Last update: 2026-03-23 22:53:34 UTC
README
Parser for Moscow taxi SOAP service
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist korkiss/taxi "*"
or add
"korkiss/taxi": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \korkiss\AutoloadExample::widget(); ?>```