Download the PHP package kemalevren/laravel-litecoinrpc without Composer
On this page you can find all versions of the php package kemalevren/laravel-litecoinrpc. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download kemalevren/laravel-litecoinrpc
More information about kemalevren/laravel-litecoinrpc
Files in kemalevren/laravel-litecoinrpc
Package laravel-litecoinrpc
Short Description Litecoin JSON-RPC Service Provider for Laravel
License MIT
Homepage https://github.com/majestic84/laravel-litecoinrpc
Informations about the package laravel-litecoinrpc
Litecoin JSON-RPC Service Provider for Laravel
About
This package allows you to make JSON-RPC calls to Litecoin Core JSON-RPC server from your laravel project. It's based on php-litecoinrpc project - fully unit-tested Litecoin JSON-RPC client powered by GuzzleHttp.
Installation
Run in your project directory or add following lines to composer.json
and run .
Add Majestic\Litecoin\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="Majestic\Litecoin\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 Litecoin 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 Litecoin 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 Litecoins to LKdsQGCwBbgJNdXSQtAvVbFMpwgwThtsSY.
Thanks for your support!❤
All versions of laravel-litecoinrpc with dependencies
illuminate/support Version 5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*
majestic/php-litecoinrpc Version ^2.0