2017 © Pedro Peláez
 

library dogecoin-wallet-api

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

image

bouhnosaure/dogecoin-wallet-api

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

  • Saturday, January 13, 2018
  • by Bouhnosaure
  • Repository
  • 2 Watchers
  • 0 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

dogecoin-wallet-api

Latest Version on Packagist ![Software License][ico-license] Build Status ![Coverage Status][ico-scrutinizer] Quality Score ![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)

The Versions

13/01 2018

dev-master

9999999-dev https://github.com/Bouhnosaure/dogecoin-wallet-api

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

  Sources   Download

MIT

The Requires

 

The Development Requires

bouhnosaure dogecoin-wallet-api