Download the PHP package kemalevren/laravel-bitcoinrpc without Composer
On this page you can find all versions of the php package kemalevren/laravel-bitcoinrpc. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download kemalevren/laravel-bitcoinrpc
More information about kemalevren/laravel-bitcoinrpc
Files in kemalevren/laravel-bitcoinrpc
Package laravel-bitcoinrpc
Short Description Bitcoin JSON-RPC Service Provider for Laravel
License MIT
Homepage https://github.com/denpamusic/laravel-bitcoinrpc
Informations about the package laravel-bitcoinrpc
Bitcoin JSON-RPC Service Provider for Laravel
About
This package allows you to make JSON-RPC calls to Bitcoin Core JSON-RPC server from your laravel project. It's based on php-bitcoinrpc project - fully unit-tested Bitcoin JSON-RPC client powered by GuzzleHttp.
Installation
Run in your project directory or add following lines to composer.json
and run .
Add Denpa\Bitcoin\Providers\ServiceProvider::class,
line to the providers list somewhere near the bottom of your /config/app.php file.
Publish config file by running
php artisan vendor:publish --provider="Denpa\Bitcoin\ServiceProvider"
in your project directory.
You might also want to add facade to $aliases array in /config/app.php.
I recommend you to use .env file to configure client. To connect to Bitcoin Core you'll need to add at least following parameters
Requirements
- PHP 7.0 or higher (should also work on 5.6, but this is unsupported)
- Laravel 5.1 or higher
Usage
You can perform request to Bitcoin Core using any of methods listed below:
Helper Function
Facade
Automatic Injection
License
This product is distributed under MIT license.
Donations
If you like this project, you can donate Bitcoins to 13gkVWc3sdzpmCLkGkXXfPBwnh6ZXct947.
Thanks for your support!❤
All versions of laravel-bitcoinrpc with dependencies
illuminate/support Version 5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*
denpa/php-bitcoinrpc Version ^2.0