ranabd36/larathereum is a Laravel package for ethereum client library for laravel.
It currently has 6 GitHub stars and 748 downloads on Packagist (latest version 1.0.11).
Install it with composer require ranabd36/larathereum.
Discover more Laravel packages by ranabd36
or browse all Laravel packages to compare alternatives.
Last updated
Laravel ethereum client with ERC20 (smart contract) support.
You can install the package via composer:
composer require ranabd36/larathereum
After installing the package run the following commend to generate larathereum.php config file. Here you have to define ethereum node url and port.
php artisan vendor:publish --provider=Larathereum\LarathereumServiceProvider
Link of the documentation will update very soon.
Please see CHANGELOG for more information what has changed recently.
To contribute you can create a pull request. But please check all functionality are working before creating pull request. We will publish your name on contribution list.
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.