https://github.com/inquid/inquid-currencies
Module to handle currencies along the Inquid Infrastructure
https://github.com/inquid/inquid-currencies
php yii2
Last synced: 4 months ago
JSON representation
Module to handle currencies along the Inquid Infrastructure
- Host: GitHub
- URL: https://github.com/inquid/inquid-currencies
- Owner: inquid
- Created: 2018-12-10T08:04:12.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-29T22:47:28.000Z (over 6 years ago)
- Last Synced: 2025-01-30T01:37:03.521Z (5 months ago)
- Topics: php, yii2
- Language: PHP
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Inquid Currencies
=================
Module to handle currencies along the Inquid InfrastructureInstallation
------------The preferred way to install this extension is through [composer](http://getcomposer.org/download/).
Either run
```
php composer.phar require --prefer-dist inquid/yii-inquid-currencies "*"
```or add
```
"inquid/yii-inquid-currencies": "*"
```to the require section of your `composer.json` file.
Usage
-----Once the extension is installed, simply use it in your code by :
```php
= \inquid\inquidcurrencies\AutoloadExample::widget(); ?>```