Download the PHP package cryptomkt/cryptomkt-guzzle-php without Composer
On this page you can find all versions of the php package cryptomkt/cryptomkt-guzzle-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download cryptomkt/cryptomkt-guzzle-php
More information about cryptomkt/cryptomkt-guzzle-php
Files in cryptomkt/cryptomkt-guzzle-php
Package cryptomkt-guzzle-php
Short Description Crypto Market PHP Client
License MIT
Homepage https://www.cryptomkt.com
Informations about the package cryptomkt-guzzle-php
CryptoMarket PHP Client
Official Client library [CryptoMarket API v1][1] to integrate CryptoMarket into your PHP project, using Guzzle Http client [Guzzle][3].
Installation
This library could be installed using Composer. Please read the Composer Documentation.
Authentication
API Key
Use an API key and secret to access your own Crypto Market account.
Warnings
this library will log all warnings to a standard PSR-3 logger if one is configured.
Responses
Each resource object has a getRawData()
method which you can use to access any field that
are not mapped to the object properties.
Raw data from the last HTTP response is also available on the client object.
Usage
For more references, go to the official documentation.
Market Data
List markets
Get ticker
Get trades
Orders
Get orders
Get order
Get active orders
Get executed orders
Create order
Cancel order
Balance
Get balance
Create pay order
Pay orders
Get pay order
Get pay orders
phpunit
[1]: https://developers.cryptomkt.com
[2]: https://packagist.org/packages/cryptomkt/cryptomkt
[3]: https://github.com/guzzle/guzzle
All versions of cryptomkt-guzzle-php with dependencies
guzzlehttp/guzzle Version ^6.0
psr/http-message Version ^1.0
psr/log Version ^1.0