library laracrypto
Laravel cryptocurrency integration
andskur/laracrypto
Laravel cryptocurrency integration
- Thursday, December 7, 2017
- by andskur
- Repository
- 2 Watchers
- 6 Stars
- 54 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 6 Forks
- 1 Open issues
- 1 Versions
- 10 % Grown
laracrypto
![Latest Version on Packagist][ico-version]
![Total Downloads][ico-downloads], (*1)
Add integration between Laravel and cryptocurrency services., (*2)
Structure
src/
tests/
vendor/
Install
Via Composer, (*3)
``` bash
$ composer require andskur/laracrypto, (*4)
### Usage
First you'll need to set up your configuration using your `.env` file.
**Bitcoin**
The Bitcoin interface utilises the [Blockchain Wallet API].
This will need to be running using the port specified in your laracrypto config.
Item | Description
------------------ | --------------
`BLOCKCHAIN_GUID` | The GUID of your wallet.
`BLOCKCHAIN_PASS` | The password for accessing your local API.
`BLOCKCHAIN_API` | _Deprecated_
`BLOCKCHAIN_PASS2` | _Deprecated_
**Ethereum**
The Ethereum interface utilises the [Ethereum JSON-RPC API].
This will need to be running using the port specified in your laracrypto config.
Item | Description
------------------ | --------------
`ETHEREUM_URI` | The base URI that the RPC is running on.
`ETHEREUM_PORT` | The port that the RPC is running on.
## Change log
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
## Testing
``` bash
$ composer test
Credits
License
The MIT License (MIT). Please see License File for more information., (*5)