Download the PHP package matmar10/campbx without Composer
On this page you can find all versions of the php package matmar10/campbx. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download matmar10/campbx
More information about matmar10/campbx
Files in matmar10/campbx
Package campbx
Short Description REST API Client for CampBX Bitcoin exchange using Guzzle library
License Apache License Version 2.0
Informations about the package campbx
campbx
A REST API Client for CampBX Bitcoin exchange using Guzzle library and sophisticated integer math under the hood
Installation
This library uses composer and psr-0 autloading standard.
Add the following to your composer.json file:
Reload your dependencies using
Be sure to include the generated autoloader in your implementation:
General Usage
REST Client
Include the Client object to create and execute commands.
Use the factory method to create a new client instance:
API methods requiring authentication must use the auth client which requires username and password as required arguments:
Commands
This library uses Guzzle PHP, which implements the command pattern.
Available commands are described in
When a response is returned, root level properties of the response can be retrieved via the method:
Available parameters of the response object are described in the section of the file. For example:
Market Data
Market Depth
See for a more complete example.
Ticker
See for a more complete example.
Account Data
Get Account Balances
- Requires Authentication *
See also:
All versions of campbx with dependencies
matmar10/lib-money Version ~1.0.2
matmar10/lib-currency-exchange Version ~1.0.1