evan45245/laracrypto is a Laravel package for laravel cryptocurrency integration.
It currently has 0 GitHub stars and 12 downloads on Packagist.
Install it with composer require evan45245/laracrypto.
Discover more Laravel packages by evan45245
or browse all Laravel packages to compare alternatives.
Last updated
Add integration between Laravel and cryptocurrency services.
src/
tests/
vendor/
Via Composer
$ composer require andskur/laracrypto
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.
Please see CHANGELOG for more information on what has changed recently.
$ composer test
The MIT License (MIT). Please see License File for more information.