dev-master
9999999-devhttps://iugu.com/referencias/api
MIT
The Requires
by hotelja.com
extension yii2 iugu
Wallogit.com
2017 © Pedro Peláez
https://iugu.com/referencias/api
https://iugu.com/referencias/api, (*1)
The preferred way to install this extension is through composer., (*2)
Either run, (*3)
php composer.phar require --prefer-dist hotelja/yii2-iugu "*"
or add, (*4)
"hotelja/yii2-iugu": "*"
to the require section of your composer.json file., (*5)
Once the extension is installed, simply modify your application configuration as follows:, (*6)
return [
'components' => [
'iugu' => [
'class' => 'hotelja\yii2-iugu\Iugu',
'api_token'=>'PutYourApiKeyHere',
],
// ...
],
// ...
];
You can then use any iugu command like:, (*7)
Yii::$app->iugu->
https://iugu.com/referencias/api
MIT
extension yii2 iugu