2017 © Pedro Peláez
 

yii2-extension yii2-iugu

https://iugu.com/referencias/api

image

hotelja/yii2-iugu

https://iugu.com/referencias/api

  • Wednesday, September 30, 2015
  • by gusnips
  • Repository
  • 1 Watchers
  • 0 Stars
  • 13 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Iugu

https://iugu.com/referencias/api, (*1)

Installation

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)

Usage

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->

The Versions

30/09 2015

dev-master

9999999-dev

https://iugu.com/referencias/api

  Sources   Download

MIT

The Requires

 

by hotelja.com

extension yii2 iugu