Download the PHP package dizda/bitdepot-client-bundle without Composer
On this page you can find all versions of the php package dizda/bitdepot-client-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download dizda/bitdepot-client-bundle
More information about dizda/bitdepot-client-bundle
Files in dizda/bitdepot-client-bundle
Download dizda/bitdepot-client-bundle
More information about dizda/bitdepot-client-bundle
Files in dizda/bitdepot-client-bundle
Vendor dizda
Package bitdepot-client-bundle
Short Description A Symfony2 bundle to interoperate with the Bitdepot bitcoin wallet.
License MIT
Homepage https://github.com/dizda
Package bitdepot-client-bundle
Short Description A Symfony2 bundle to interoperate with the Bitdepot bitcoin wallet.
License MIT
Homepage https://github.com/dizda
Please rate this library. Is it a good library?
Informations about the package bitdepot-client-bundle
BitdepotClientBundle - Work In Progress
When bitcoin meet Arnold Schwarzenegger.
See the API Project.
Setup
Install with Composer
composer require dizda/bitdepot-client-bundle
Configuration
To active hooks, you must update your routing.yml
:
Add this to your config.yml
:
Listeners
You probably want to listening all interactions that are made on/by your addresses? It's simple.
DepositListener
An event dizda_bitdepot_client.deposit_callback
is dispatched everytime a deposit is made (and reached confirmations you specified).
So, for example, you could create a listener:
And add the listener to services.xml
:
That's it!
License
MIT Licensed, see LICENSE.
All versions of bitdepot-client-bundle with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4.0
symfony/framework-bundle Version ~2.3|~3.0
guzzlehttp/guzzle Version ~5.1
devster/guzzle-wsse-plugin Version ~2.1
symfony/framework-bundle Version ~2.3|~3.0
guzzlehttp/guzzle Version ~5.1
devster/guzzle-wsse-plugin Version ~2.1
The package dizda/bitdepot-client-bundle contains the following files
Loading the files please wait ....