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

https://github.com/inquid/yii2-gas

Widget that can added to Inquid ERP to ask for gas service in Mexico
https://github.com/inquid/yii2-gas

Last synced: 4 months ago
JSON representation

Widget that can added to Inquid ERP to ask for gas service in Mexico

Awesome Lists containing this project

README

        

Gas Requester
==============
Widget that can added to Inquid ERP to ask for gas service in Mexico, currently only working with Gas Noel provider, *** Not Oficial Supported by the Provider (yet) ***

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

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

Either run

```
php composer.phar require --prefer-dist inquid/yii2-gas "*"
```

or add

```
"inquid/yii2-gas": "*"
```

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

Usage
-----

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

```php
= \inquid\gas\GasNoelWidget::widget(); ?>```