Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/joshuaestes/fuzzy-octo-avenger


https://github.com/joshuaestes/fuzzy-octo-avenger

Last synced: 1 day ago
JSON representation

Awesome Lists containing this project

README

        

new-api-php-client
==================

This is a self-contained PHP implementation of BitPay's new cryptographically secure API: https://test.bitpay.com/api

# Installation

## Composer

### Install Composer

```bash
curl -sS https://getcomposer.org/installer | php
```

### Install via composer by hand

Add to your composer.json file by hand.

```javascript
{
...
"require": {
...
"vendor/package": "VERSION"
}
...
}
```

Once you have added this, just run:

```bash
php composer.phar update vendor/package
```

### Install using composer

```bash
php composer.phar require vendor/package:version
```

# Usage

# Configuration

# License