Create a PHP library/bundle, which can query the "coinegger" project. The client part (Guzzle): - [x] Create a deposit, which return a bitcoin address - [ ] Create a deposit Topup, which return a bitcoin address with unlimited topup reload - [x] Request a withdraw for an user And some callbacks need to be intercepted by the library (the API part): - [x] When a deposit is made, and got sufficient confirmations (topup or not) will callback the library url - [x] When a withdraw is made, will callback all withdrawOutputs (all requested withdraws by users)
Create a PHP library/bundle, which can query the "coinegger" project.
The client part (Guzzle):
And some callbacks need to be intercepted by the library (the API part):