PHPackages                             danielgelling/block-io - 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. danielgelling/block-io

AbandonedArchivedLibrary[API Development](/categories/api)

danielgelling/block-io
======================

v1.0(10y ago)032MITPHPPHP &gt;=5.5.9

Since Dec 9Pushed 10y ago1 watchersCompare

[ Source](https://github.com/danielgelling/block-io)[ Packagist](https://packagist.org/packages/danielgelling/block-io)[ RSS](/packages/danielgelling-block-io/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

Block.io API Class
------------------

[](#blockio-api-class)

[![Total Downloads](https://camo.githubusercontent.com/9930fd2795c2f2e66a5f886cb78cebeb6dbaefe3398935dde0d73fc76fd81ce6/68747470733a2f2f706f7365722e707567782e6f72672f64616e69656c67656c6c696e672f626c6f636b2d696f2f642f746f74616c2e737667)](https://packagist.org/packages/danielgelling/block-io)[![Latest Stable Version](https://camo.githubusercontent.com/0be272fe66cbba9983bcb46b9a712642d1b3114037d72e15c72a237101cad608/68747470733a2f2f706f7365722e707567782e6f72672f64616e69656c67656c6c696e672f626c6f636b2d696f2f762f737461626c652e737667)](https://packagist.org/packages/danielgelling/block-io)[![Latest Unstable Version](https://camo.githubusercontent.com/d288329c9f49c51164ffb9777c9a5a3bf68445cb5a41ae6da7fb23c01a463870/68747470733a2f2f706f7365722e707567782e6f72672f64616e69656c67656c6c696e672f626c6f636b2d696f2f762f756e737461626c652e737667)](https://packagist.org/packages/danielgelling/block-io)[![License](https://camo.githubusercontent.com/210bb6aae58e3d721b0deabf51c8314b2eaf5ae88264c2008ed130008c1f2910/68747470733a2f2f706f7365722e707567782e6f72672f64616e69656c67656c6c696e672f626c6f636b2d696f2f6c6963656e73652e737667)](https://packagist.org/packages/danielgelling/block-io)

This repository contains a class which can be used for [Block.io's API](https://block.io/api). This repository doesn't require any php mods to be installed. It has all methods that Block.io's API has in the form of URL's.

Installation
------------

[](#installation)

### Using Composer

[](#using-composer)

Simply use [composer](https://getcomposer.org) to install this repository into your project.

```
composer require danielgelling/block-io:1.*

```

### Downloading the repository

[](#downloading-the-repository)

When you choose to download the repository, instead of using composer, you'll need to include all files in the `src` directory in the order as listed below.

```
require 'src/Http.php';
require 'src/Factory.php';

```

Making a call
-------------

[](#making-a-call)

First you need to create a new instance of the Factory class. Which constructor needs the `api key`, `pin` and `version`.

```
$api = new BlockIO\Factory($apiKey, $pin, $version);

```

Then on the $api object you can call any method as shown on [Block.io's API documentation](https://block.io/api).

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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

Unknown

Total

1

Last Release

3856d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/6146135?v=4)[Daniel Gelling](/maintainers/danielgelling)[@danielgelling](https://github.com/danielgelling)

---

Top Contributors

[![danielgelling](https://avatars.githubusercontent.com/u/6146135?v=4)](https://github.com/danielgelling "danielgelling (15 commits)")

### Embed Badge

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

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

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35816.3M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

94452.6k6](/packages/botman-driver-telegram)

PHPackages © 2026

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