Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joshuaestes/fuzzy-octo-avenger
https://github.com/joshuaestes/fuzzy-octo-avenger
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/joshuaestes/fuzzy-octo-avenger
- Owner: JoshuaEstes
- License: mit
- Created: 2014-11-13T17:05:20.000Z (about 10 years ago)
- Default Branch: feature/PrecisionMath
- Last Pushed: 2014-11-13T17:07:19.000Z (about 10 years ago)
- Last Synced: 2024-11-08T05:41:49.067Z (about 2 months ago)
- Language: PHP
- Size: 316 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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