charonne / ethapi-php
Php client for Ethapi
Installs: 77
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 1
pkg:composer/charonne/ethapi-php
Requires
- php: >=5.5
- guzzlehttp/guzzle: ^6.2
This package is not auto-updated.
Last update: 2025-10-26 00:50:58 UTC
README
Laravel package that implements a php client for Ethapi
Install
This install process assumes you already have your laravel project installed correctly.
- Install the package via composer :
composer require charonne/ethapi-php dev-master - Add the
EthapiServiceProvidertheconfig/app.php, in theprovidersarray :Charonne\Ethapi\EthapiServiceProvider::class, - Get access to the package's config within your
/config/folder by running :php artisan vendor:publish - You should now be good to go ! In case you are not, please contact us with the relavant error messages
Developer
Raphael Pralat raphael.pralat@charonne.com