PHPackages                             block\_io-php/block\_io-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. block\_io-php/block\_io-php

ActiveLibrary[Payment Processing](/categories/payments)

block\_io-php/block\_io-php
===========================

Block.io is the easiest way to create wallets, send, and accept payments through Bitcoin, Litecoin, and Dogecoin. This is its PHP library.

3.0.0(3y ago)57118.1k↓26.4%137[1 PRs](https://github.com/BlockIo/block_io-php/pulls)2MITPHPPHP &gt;=8.0

Since Jul 1Pushed 2y ago15 watchersCompare

[ Source](https://github.com/BlockIo/block_io-php)[ Packagist](https://packagist.org/packages/block_io-php/block_io-php)[ Docs](https://block.io)[ RSS](/packages/block-io-php-block-io-php/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (1)Versions (31)Used By (2)

Block.io PHP
============

[](#blockio-php)

**Current Release**: 3.0.0
**09/10/22**: Support PHP 8.0 and PHP 8.1 only. Simplify dependency to use `doersf/bitcoin-php` package.
**06/09/21**: Minor. Adds support for dynamic decryption algorithms.
**06/01/21**: Maintenance release. Fix Windows missing CACERT error.
**05/27/21**: BREAKING CHANGES. Transaction interfaces have changed. Test thoroughly before use.

PHP wrapper for [Block.io](https://block.io/) for use with [Dogecoin](http://dogecoin.com/), [Bitcoin](http://bitcoin.org/), and [Litecoin](http://litecoin.org). Simple abstraction layer on top of existing API interfaces, and automatic JSON decoding on response.

### Requirements

[](#requirements)

This library requires: gmp, cURL, mbstring, and bcmath extensions. Tested on PHP `8.0`, and PHP `8.1`.

### Warning

[](#warning)

Make sure all PHPUnit tests pass before using this library on your system.

### Usage

[](#usage)

For PHP `8.0+`, install via [Composer](https://getcomposer.org/):

```
$ composer require block_io-php/block_io-php
```

For PHP `7.2, 7.3, 7.4`, use `v2.0.2` of this library. Install via [Composer](https://getcomposer.org/):

Your `composer.json` will include the forked `bitcoin-php` repository specification:

```
{
    "require":{
	"block_io-php/block_io-php": "2.0.2",
	"bitwasp/bitcoin": "dev-minimal"
    },
    "repositories": [
        {
            "type": "git",
            "url": "https://github.com/doersf/bitcoin-php.git"
        }
    ]
}
```

See examples/ and  for basic usage.

Please see [Block.io PHP Docs](https://block.io/api/simple/php) for details on available calls.

###  Health Score

47

—

FairBetter than 94% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity48

Moderate usage in the ecosystem

Community27

Small or concentrated contributor base

Maturity79

Established project with proven stability

 Bus Factor1

Top contributor holds 97.2% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~119 days

Recently: every ~182 days

Total

26

Last Release

1346d ago

Major Versions

0.2.1 → 1.0.12014-10-05

1.3.5 → 2.0.02021-05-27

2.0.2 → 3.0.02022-09-10

PHP version history (6 changes)0.1PHP &gt;=5.2.0

1.0.1PHP &gt;=5.4.0

v1.2.0PHP &gt;=5.6.0

1.3.0PHP &gt;=7.2.0

2.0.0PHP &gt;=7.2

3.0.0PHP &gt;=8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/6cee97c214eff2597c0016a66776798bb9e88d22617f3888b4ff97441bc703a5?d=identicon)[kindoge](/maintainers/kindoge)

---

Top Contributors

[![doersf](https://avatars.githubusercontent.com/u/6928955?v=4)](https://github.com/doersf "doersf (139 commits)")[![owenvoke](https://avatars.githubusercontent.com/u/1899334?v=4)](https://github.com/owenvoke "owenvoke (2 commits)")[![nowackipawel](https://avatars.githubusercontent.com/u/8414802?v=4)](https://github.com/nowackipawel "nowackipawel (1 commits)")[![patricklodder](https://avatars.githubusercontent.com/u/1410115?v=4)](https://github.com/patricklodder "patricklodder (1 commits)")

---

Tags

bitcoinlitecoindogecoinblock.ioblock\_io

### Embed Badge

![Health badge](/badges/block-io-php-block-io-php/health.svg)

```
[![Health](https://phpackages.com/badges/block-io-php-block-io-php/health.svg)](https://phpackages.com/packages/block-io-php-block-io-php)
```

###  Alternatives

[coingate/coingate-php

CoinGate library for PHP

56459.2k1](/packages/coingate-coingate-php)[plisio/plisio-api-php

155.8k](/packages/plisio-plisio-api-php)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
