Download the PHP package kerwin-cn/geth-php without Composer
On this page you can find all versions of the php package kerwin-cn/geth-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package geth-php
GETH-PHP
A PHP wrapper to the Geth JSON-RPC
Requirements
- PHP >= 7.0.x
- phpunit >= 6.5.*
- cURL Extension
- illuminate/support >= 5.1.*
Installation
composer require kerwin-cn/geth-php ^1.2
Usage
Laravel 5
Add the service provider and facade in your config/app.php
Service Provider
kemalevren\Geth\Laravel5\GethPhpServiceProvider::class,
Facade
'JsonRpc' => kemalevren\Geth\Laravel5\Facades\JsonRpc::class,
Laravel 5 Usage
All versions of geth-php with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0
guzzlehttp/guzzle Version ~6.3
illuminate/support Version 5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.8.*|7.5.*
guzzlehttp/guzzle Version ~6.3
illuminate/support Version 5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.8.*|7.5.*
The package kerwin-cn/geth-php contains the following files
Loading the files please wait ....