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
- Host: GitHub
- URL: https://github.com/inquid/yii2-gas
- Owner: inquid
- Created: 2018-06-09T15:05:00.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-09T15:17:47.000Z (about 7 years ago)
- Last Synced: 2024-12-29T14:37:27.983Z (5 months ago)
- Language: PHP
- Homepage: https://inquid.co
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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(); ?>```