An open API service indexing awesome lists of open source software.

https://github.com/inquid/yii-envia

Yii envia.com
https://github.com/inquid/yii-envia

Last synced: 4 months ago
JSON representation

Yii envia.com

Awesome Lists containing this project

README

        

Envia Punto Com Client
======================
Yii Client for envia.com api

Installation
------------

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require --prefer-dist inquid/yii-envia "*"
```

or add

```
"inquid/yii-envia": "*"
```

to the require section of your `composer.json` file.

Usage
-----

Once the extension is installed, simply use it in your code by :

```php
= \inquid\envia\AutoloadExample::widget(); ?>```