PHPackages                             apancutt/bitstamp-api - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. apancutt/bitstamp-api

ActiveLibrary[API Development](/categories/api)

apancutt/bitstamp-api
=====================

PHP library for the Bitstamp API.

4315PHP

Since May 18Pushed 9y ago4 watchersCompare

[ Source](https://github.com/apancutt/bitstamp-api-php)[ Packagist](https://packagist.org/packages/apancutt/bitstamp-api)[ RSS](/packages/apancutt-bitstamp-api/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Bitstamp API (PHP)
==================

[](#bitstamp-api-php)

A PHP implementation for accessing the [Bitstamp API](https://www.bitstamp.net/api/).

WARNING: The Bitstamp API allows you to perform live transactions. This library is provided as-is, to use free of charge, and I will aim to keep it up-to-date with API changes. However, please remember that I will take no responsibility for the integrity or reliability of this library and will not be responsible for any damage or loss of earnings caused by the use of this library. Use at your own will.

Requirements
------------

[](#requirements)

- PHP &gt;= 5.4
- ext-curl
- ext-json (PHP &gt;= 5.5)
- ext-mcrypt

Installation
------------

[](#installation)

### Composer

[](#composer)

Add the following dependency to your `composer.json` file:

```
"require": {
    "apancutt/bitstamp-api": "1.0.*"
}

```

Note that **this library is currently under development** so you will also need to add:

```
"minimum-stability": "dev"

```

Example Usage
-------------

[](#example-usage)

```
