dev-master
9999999-devA PHP implementation of the Bitstamp API
MIT
The Requires
- php ^5.6 || ^7.0
- paragonie/random_compat >=2
- guzzlehttp/guzzle ^6.3
by John Kosmetos
api php library bitstamp
A PHP implementation of the Bitstamp API
A PHP implementation of the Bitstamp API, (*1)
Using Composer, (*2)
composer require jkosmetos/php-bitstamp-api
The API KEY
and SECRET
can be obtained via your Bitstamp profile., (*3)
$client = new Client(); $pairs = $client->getTradingPairsInfo(); var_dump($pairs);
This project is licensed under the MIT License - see the LICENSE file for details, (*4)
A PHP implementation of the Bitstamp API
MIT
api php library bitstamp