/dogecoin-wallet-api

PHP library for interacting with the Dogecoin core wallet by json rpc

Primary LanguagePHPMIT LicenseMIT

dogecoin-wallet-api

Latest Version on Packagist Software License Build Status Coverage Status Quality Score Total Downloads

Important

This library is mainly and mostly based on denpamusic/php-bitcoinrpc

Disclaimer

This is an experimental library, in early stage of development. use it at you own risks. Also, i, from now, can't be responsible for your possible loss or failures. You always should test this library in a testnet environement before using it on production stage (if the library become stable) Anyway have fun and remember 1Doge = 1Doge

Structure

If any of the following are applicable to your project, then the directory structure should follow industry best practices by being named the following.

bin/        
config/
src/
tests/
vendor/

Install

Via Composer

$ composer require Bouhnosaure/dogecoin-wallet-api

Usage

$skeleton = new Bouhnosaure\DogeWallet();
echo $skeleton->echoPhrase('Hello, League!');

Change log

Please see CHANGELOG for more information on what has changed recently.

Testing

$ composer test

Contributing

Please see CONTRIBUTING and CODE_OF_CONDUCT for details.

Security

If you discover any security related issues, please email dev.citrex@gmail.com instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.