jkosmetos / php-bitstamp-api
A PHP implementation of the Bitstamp API
dev-master
2018-07-12 23:04 UTC
Requires
- php: ^5.6 || ^7.0
- guzzlehttp/guzzle: ^6.3
- paragonie/random_compat: >=2
This package is not auto-updated.
Last update: 2024-10-20 06:03:52 UTC
README
A PHP implementation of the Bitstamp API
Requirements
- php: ^5.6 || ^7.0
- paragonie/random_compat: >=2
- guzzlehttp/guzzle: ^6.3
Installation
Using Composer
composer require jkosmetos/php-bitstamp-api
Examples
The API KEY
and SECRET
can be obtained via your Bitstamp profile.
Public Methods
$client = new Client(); $pairs = $client->getTradingPairsInfo(); var_dump($pairs);
Coming soon
- Private methods
- More examples
- Unit tests
- Better documentation
Authors
- John Kosmetos - jkosmetos
License
This project is licensed under the MIT License - see the LICENSE file for details