library jetcrypto_api_php
PHP wrapper for the JetCrypto API.
jetcrypto/jetcrypto_api_php
PHP wrapper for the JetCrypto API.
- Wednesday, April 11, 2018
- by jetcrypto
- Repository
- 1 Watchers
- 0 Stars
- 1 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 2 Versions
- 0 % Grown
JetCrypto API
PHP wrapper for the JetCrypto API v.1, (*1)
Requirements
The minimum requirement by JetCrypto API is that your Web server supports PHP 5.6., (*2)
Installation
To install JetCrypto API package you can use simple composer.json
..., (*3)
{
"minimum-stability": "dev",
"require": {
"php": ">=5.6.0",
"jetcrypto/jetcrypto_api_php": "*"
}
}
or run command:, (*4)
composer require jetcrypto/jetcrypto_api_php:dev-master