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

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

Awesome Lists containing this project

README

        

Inquid Currencies
=================
Module to handle currencies along the Inquid Infrastructure

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-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(); ?>```