jkosmetos/php-bitstamp-api

A PHP implementation of the Bitstamp API

dev-master 2018-07-12 23:04 UTC

This package is not auto-updated.

Last update: 2024-10-06 05:51:16 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

License

This project is licensed under the MIT License - see the LICENSE file for details