PHPackages                             jaschilz/bitcoincomputer-php - 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. [Payment Processing](/categories/payments)
4. /
5. jaschilz/bitcoincomputer-php

ActiveLibrary[Payment Processing](/categories/payments)

jaschilz/bitcoincomputer-php
============================

Php libraries for bitcoin payment requests in the Bitcoin Computer Project.

0.1.2(10y ago)1191PHP

Since Feb 23Pushed 10y ago1 watchersCompare

[ Source](https://github.com/BitcoinComputer/php)[ Packagist](https://packagist.org/packages/jaschilz/bitcoincomputer-php)[ RSS](/packages/jaschilz-bitcoincomputer-php/feed)WikiDiscussions 0.1 Synced 4w ago

READMEChangelog (2)Dependencies (4)Versions (3)Used By (0)

[![Build Status](https://camo.githubusercontent.com/6d419e31c7af2462797fb6255f6d2a4bc633e43bf83b6d05391246207440c6d7/68747470733a2f2f7472617669732d63692e6f72672f426974636f696e436f6d70757465722f7068702e7376673f6272616e63683d302e31)](https://travis-ci.org/BitcoinComputer/php)[![Code Climate](https://camo.githubusercontent.com/65bb4b1ef02eac5de3d0c394c7529e0bfcd8c5bf592203e8511eeb409452c6c0/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f426974636f696e436f6d70757465722f7068702f6261646765732f6770612e737667)](https://codeclimate.com/github/BitcoinComputer/php)[![Test Coverage](https://camo.githubusercontent.com/d4c64b9f2fb1c19e10b846a3e9298e7e281f07aa105c4bcf84b0bd49b4483af1/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f426974636f696e436f6d70757465722f7068702f6261646765732f636f7665726167652e737667)](https://codeclimate.com/github/BitcoinComputer/php/coverage)

Bitcoin Computer PHP Library
============================

[](#bitcoin-computer-php-library)

Example
-------

[](#example)

### Install BTC-Channel

[](#install-btc-channel)

Download and install [btc-channel](https://github.com/BitcoinComputer/btc-channel). Be sure to install a specific payment channel adapter. Complete all configuration instructions.

### Download the PHP Bitcoin Computer Library

[](#download-the-php-bitcoin-computer-library)

In your composer.json:

```
    {
      "require": {
        "jaschilz/bitcoincomputer-php" : "0.*"
      }
    }

```

### Code

[](#code)

In a page:

```
