Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/netesy/yii_vtpass
- Owner: netesy
- License: unlicense
- Created: 2019-11-10T12:38:51.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-13T17:16:17.000Z (over 4 years ago)
- Last Synced: 2024-04-23T05:12:09.312Z (9 months ago)
- Language: PHP
- Size: 27.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Vtpass API class
================
A plugin to handle working with VtpassInstallation
------------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(); ?>```