Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/netesy/yii_vtpass

A Yii2 extension to handle Vtpass connection.
https://github.com/netesy/yii_vtpass

Last synced: about 1 month ago
JSON representation

A Yii2 extension to handle Vtpass connection.

Awesome Lists containing this project

README

        

Vtpass API class
================
A plugin to handle working with Vtpass

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

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

Either run

```
php composer.phar require --prefer-dist netesy/yii2-vtpass "*"
```

or add

```
"netesy/yii2-vtpass": "*"
```

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

Usage
-----

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

```php
= \netesy\vtpass\Vtpass::getBalance(); ?>```

```php
= \netesy\vtpass\ClubKonnect::getBalance(); ?>```