PHPackages                             blockmove.io/blockmove-api-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. [API Development](/categories/api)
4. /
5. blockmove.io/blockmove-api-php

ActiveLibrary[API Development](/categories/api)

blockmove.io/blockmove-api-php
==============================

PHP API Library for Blockmove.io service

1.2.1(6y ago)44401MITPHPPHP &gt;=5.4

Since Mar 3Pushed 5y ago3 watchersCompare

[ Source](https://github.com/blockmoveio/blockmove-api-php)[ Packagist](https://packagist.org/packages/blockmove.io/blockmove-api-php)[ RSS](/packages/blockmoveio-blockmove-api-php/feed)WikiDiscussions master Synced 1w ago

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

Official Blockmove.io PHP SDK
-----------------------------

[](#official-blockmoveio-php-sdk)

Documentation is available at website .

Examples are available in this package.

Install package via composer:

```
composer require blockmove.io/blockmove-api-php
```

Example
-------

[](#example)

```
require_once '../src/APIClient.php';
require_once '../src/APIException.php';
require_once '../src/APIRequestException.php';

use BlockmoveAPI\APIClient;
use BlockmoveAPI\APIException;
use BlockmoveAPI\APIRequestException;

// Generated API Key from your Blockmove.io Wallet
$apiKey = 'YOUR_API_KEY';

// Generated API Secret Key from your Blockmove.io Wallet
$apiSecret = 'YOUR_API_SECRET';

// Wallet ID
$walletId = 'WALLET_ID';

try {
	$result = APIClient::init($apiKey, $apiSecret)
						->getWalletBalance($walletId);

	var_dump($result);
}
catch (APIException $e) {
	echo 'API Error: ' . $e->getMessage();
}
catch (APIRequestException $e) {
	echo 'API Request failed: ' . $e->getMessage();
}
```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity51

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

2267d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/047a7fd404dd308ca4b1a32a10bced0d90b5069dafe35ca331656afc0e936032?d=identicon)[blockmove.io](/maintainers/blockmove.io)

---

Top Contributors

[![blockmoveio](https://avatars.githubusercontent.com/u/56961386?v=4)](https://github.com/blockmoveio "blockmoveio (5 commits)")

### Embed Badge

![Health badge](/badges/blockmoveio-blockmove-api-php/health.svg)

```
[![Health](https://phpackages.com/badges/blockmoveio-blockmove-api-php/health.svg)](https://phpackages.com/packages/blockmoveio-blockmove-api-php)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

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