PHPackages                             phramz/php-bitcoin-api - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. phramz/php-bitcoin-api

ActiveLibrary[API Development](/categories/api)

phramz/php-bitcoin-api
======================

PHP implementation of the bitcoind JSON-RPC API

v0.1.0-alpha(12y ago)52811MITPHPPHP &gt;=5.3

Since Jul 6Pushed 12y ago3 watchersCompare

[ Source](https://github.com/phramz/php-bitcoin-api)[ Packagist](https://packagist.org/packages/phramz/php-bitcoin-api)[ Docs](https://github.com/phramz/php-bitcoin-api)[ RSS](/packages/phramz-php-bitcoin-api/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

phramz/php-bitcoin-api [![Build Status](https://camo.githubusercontent.com/a05be4d5b887c145cf9dd9d49edeacaeed2388d6e624c7ab8ff9c02db1470f21/68747470733a2f2f7472617669732d63692e6f72672f706872616d7a2f7068702d626974636f696e2d6170692e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/phramz/php-bitcoin-api)
========================================================================================================================================================================================================================================================================================================================

[](#phramzphp-bitcoin-api-)

This is (or will be) a full-blown implementation of the bitcoind JSON-RPC API written in PHP. Please be aware that this is still early alpha! Not all features are implemented yet and the interfaces are not stable. Anyways ... the basic features should already work as expected ;-)

Install
-------

[](#install)

It's easy if you use composer!

edit your `composer.json`

```
"require": {
    "phramz/php-bitcoin-api": "dev-master"
}
```

or via command line

```
php composer.phar require phramz/php-bitcoin-api

```

License
-------

[](#license)

This library is licensed under the MIT license. For further information see LICENSE file.

Examples
--------

[](#examples)

```
