2017-25 © Pedro Peláez
 

library php-bitstamp-api

A PHP implementation of the Bitstamp API

image

jkosmetos/php-bitstamp-api

A PHP implementation of the Bitstamp API

  • Friday, July 13, 2018
  • by jkosmetos
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

php-bitstamp-api

A PHP implementation of the Bitstamp API, (*1)

Requirements

  • php: ^5.6 || ^7.0
  • paragonie/random_compat: >=2
  • guzzlehttp/guzzle: ^6.3

Installation

Using Composer, (*2)

composer require jkosmetos/php-bitstamp-api

Examples

The API KEY and SECRET can be obtained via your Bitstamp profile., (*3)

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, (*4)

The Versions

13/07 2018

dev-master

9999999-dev

A PHP implementation of the Bitstamp API

  Sources   Download

MIT

The Requires

 

by John Kosmetos

api php library bitstamp