No its a blockchain wallet api client to send and receive payment from a blockchain wallet account. You can find more details on the official Blockchain Wallet API Documentation.
Well, it looks very similar to blockchain.info send/receive API. Moreover, as I can see, it is checking address balance using password in the wallet api. This is redundant & insecure in my opinion. It can be viewed directly...
You are right. I think the blockchain wallet api webservice is for merchants. So it is possible to create accounts for the merchant users and the users don't have direct access to the wallet. It's also a feature of the blockchain wallet api webservice.
Post
Topic
BoardProject Development
Re: [ANN] Well tested PHP Blockchain Wallet API Library
You should also make a more regular bitcoin function needs. For example signing a message, verifying a signature, stuff like that.
Thanks for your suggestion. This component was written to use only the blockchain wallet api webservice functions. I think these features should be implemented in an extra php library.
Post
Topic
BoardProject Development
Re: [ANN] Well tested PHP Blockchain Wallet API Library
Thank you for this. I haven't tried the Zend framework but I am very used to codeigniter. How different are the two?
I don't know much about codeigniter but i think you can implement this component in your project because it uses only a few components of zend framework 2. If you use composer, all dependencies will be loaded automatically. However, if you don't have a zend framework 2 application you must configure the classes by yourself, but it's not hard.
Post
Topic
BoardProject Development
Re: [ANN] Well tested PHP Blockchain Wallet API Library
No its a blockchain wallet api client to send and receive payment from a blockchain wallet account. You can find more details on the official Blockchain Wallet API Documentation.
Post
Topic
BoardProject Development
Re: [ANN] Well tested PHP Blockchain Wallet API Library
by
Overloader
on 08/07/2014, 17:53:09 UTC
Thanks for your reply. I hope it will help other people in the bitcoin business.
Post
Topic
BoardProject Development
Topic OP
[ANN] Well tested PHP Blockchain Wallet API Library
by
Overloader
on 07/07/2014, 20:56:31 UTC
Here comes the first well tested PHP Zend Framework 2 Blockchain Wallet API module which is ready for business. It's under BSD-3 Clause. It can be used in any project. Please let me know if you have any suggestion or you can create a github issue.
The usage is simple. Configure request, call the service and access the response data via objects.
Adapts To Your Needs. There are several possibilities to configure this module.
Well tested. Besides unit test and continuous integration/inspection this solution is also ready for production use.
Great foundations. Based on Zend Framework 2 and Easy Config
Every change is tracked. Want to know whats new? Take a look at CHANGELOG.md
Listen to your ideas. Have a great idea? Bring your tested pull request or open a new issue. See CONTRIBUTING.md