Download the PHP package cryptomkt/cryptomkt-httplug-php without Composer
On this page you can find all versions of the php package cryptomkt/cryptomkt-httplug-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download cryptomkt/cryptomkt-httplug-php
More information about cryptomkt/cryptomkt-httplug-php
Files in cryptomkt/cryptomkt-httplug-php
Package cryptomkt-httplug-php
Short Description PHP Client to integrate CryptoMarket into your PHP Projects
License MIT
Homepage https://www.cryptomkt.com
Informations about the package cryptomkt-httplug-php
CryptoMarket PHP Client
Official Client library CryptoMarket API v1 to integrate CryptoMarket into your PHP project, using HTTPlug client abstraction HTTPlug.
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
Contributing and testing
The test suite is built using PHPUnit. Run the suite of unit tests by running
the phpunit
command.
All versions of cryptomkt-httplug-php with dependencies
php-http/curl-client Version ^1.7
php-http/message Version ^1.6
zendframework/zend-diactoros Version ^1.7