2017 © Pedro Peláez
 

library api

Composer package Exmo (Bitcoin Exchange) API PHP client

image

exmo/api

Composer package Exmo (Bitcoin Exchange) API PHP client

  • Tuesday, April 26, 2016
  • by exmo
  • Repository
  • 2 Watchers
  • 1 Stars
  • 263 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 2 Versions
  • 46 % Grown

The README.md

exmo-api

Exmo (Bitcoin Exchange) API PHP client, (*1)

Getting Started

Install composer in your project: curl -s https://getcomposer.org/installer | php, (*2)

Create a composer.json file in your project root: { "require": { "exmo/api": "1.*" } }, (*3)

Install via composer:php composer.phar install, (*4)

use Exmo\Api\Request;

require 'vendor/autoload.php';

$request = new Request('your_key', 'your_secret');
$result = $request->query('user_info');
...

Documentation

Exmo.com Trade API, (*5)

Release History

1.0.0, (*6)

License

Copyright (c) 2016 exmo-dev
Licensed under the MIT license., (*7)

The Versions

26/04 2016

dev-master

9999999-dev

Composer package Exmo (Bitcoin Exchange) API PHP client

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

26/04 2016

1.0.0

1.0.0.0

Composer package Exmo (Bitcoin Exchange) API PHP client

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires