kredsblockchain / web-wallet-api-client
A Client for using the the Kreds WebWallet API
Package info
github.com/KredsBlockchain/WebWalletApiClient-PHP
Type:project
pkg:composer/kredsblockchain/web-wallet-api-client
v1.0.4
2018-07-14 23:44 UTC
Requires
- innobrig/flex-input: ^1.0
- mashape/unirest-php: 3.*
This package is not auto-updated.
Last update: 2026-04-06 23:28:20 UTC
README
Reference implementation of a client against the WebWallet API
Instructions
- Run composer update
- Load /web/test.php in your browser
- Start coding
Inclusion of Client in your Project
- Add "kredsblockchain/web-wallet-api-client": "^1.0" to your composer.json require section
- Run composer update
- Start coding