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
- Host: GitHub
- URL: https://github.com/inquid/yii-envia
- Owner: inquid
- Created: 2018-12-14T06:12:42.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-03T19:25:28.000Z (over 6 years ago)
- Last Synced: 2024-12-29T14:37:15.897Z (5 months ago)
- Language: PHP
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Envia Punto Com Client
======================
Yii Client for envia.com apiInstallation
------------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(); ?>```