andskur / laracrypto
This package is abandoned and no longer maintained.
No replacement package was suggested.
Laravel cryptocurrency integration
dev-master
2019-02-11 09:04 UTC
Requires
- php: >=5.5.9
- guzzlehttp/guzzle: ^6.3
- laravel/framework: 5.4.* || 5.5.* || 5.6.*
This package is not auto-updated.
Last update: 2022-02-01 12:55:57 UTC
README
Add integration between Laravel and cryptocurrency services.
Structure
src/
tests/
vendor/
Install
Via Composer
$ composer require andskur/laracrypto
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 for more information on what has changed recently.
Testing
$ composer test
Credits
License
The MIT License (MIT). Please see License File for more information.