yii2test / yii2-twilio
Test yii2 extension description
1.0.2
2017-09-15 10:11 UTC
This package is not auto-updated.
Last update: 2026-03-21 22:31:59 UTC
README
Test yii2 extension description
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist yii2test/yii2-twilio "*"
or add
"yii2test/yii2-twilio": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \twiliosms\sms\AutoloadExample::widget(); ?>```