dogecoin-wallet-api
![Software License][ico-license]
![Coverage Status][ico-scrutinizer]
![Total Downloads][ico-downloads], (*1)
Important
This library is mainly and mostly based on denpamusic/php-bitcoinrpc, (*2)
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, (*3)
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., (*4)
bin/
config/
src/
tests/
vendor/
Install
Via Composer, (*5)
``` bash
$ composer require Bouhnosaure/dogecoin-wallet-api, (*6)
## Usage
``` php
$skeleton = new Bouhnosaure\DogeWallet();
echo $skeleton->echoPhrase('Hello, League!');
Change log
Please see CHANGELOG for more information on what has changed recently., (*7)
Testing
bash
$ composer test, (*8)
Contributing
Please see CONTRIBUTING and CODE_OF_CONDUCT for details., (*9)
Security
If you discover any security related issues, please email dev.citrex@gmail.com instead of using the issue tracker., (*10)
Credits
License
The MIT License (MIT). Please see License File for more information., (*11)