PHPackages                             mincointools/php-mincoin - 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. mincointools/php-mincoin

ActiveLibrary[API Development](/categories/api)

mincointools/php-mincoin
========================

PHP classes used to make requests to the MinCoinTools API.

03PHP

Since Feb 17Pushed 12y ago1 watchersCompare

[ Source](https://github.com/mincointools/php-mincoin)[ Packagist](https://packagist.org/packages/mincointools/php-mincoin)[ RSS](/packages/mincointools-php-mincoin/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (1)Used By (0)

php-mincoin
===========

[](#php-mincoin)

PHP classes used to make requests to the MinCoinTools API. See the documentation at  for the full documentation.

Examples
--------

[](#examples)

```
$mincoin = new MinCoinTools\MinCoin();

// Get list of recently created blocks.
$blocks  = $mincoin->getBlocks(10);
var_dump($blocks);

// Get information on a single block.
$block = $mincoin->getBlock($blocks[0]["hash"]);
var_dump($block);

// Get statistics.
$stats = $mincoin->getStats(10);
var_dump($stats);

// Get the most recent statistics.
$recent = $mincoin->getRecent();
var_dump($recent);

// Get recent transactions.
$transactions = $mincoin->getTransactions(10);
var_dump($transactions);

// Get information on a single transaction.
$transaction = $mincoin->getTransaction($transactions[0]["id"]);
var_dump($transaction);
```

Requirements
------------

[](#requirements)

- PHP 5.4 or greater
- cURL PHP extension

Installing
----------

[](#installing)

Install using Git by adding the classes to your project.

`git clone git@github.com:mincointools/php-mincoin.git`

Install using Composer by adding the project to your composer.json.

`"mincointools/php-mincoin" : "dev-master"`

License
-------

[](#license)

This content is released under the MIT License. See the included LICENSE for more information.

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

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

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/6698780?v=4)[Sean Hickey](/maintainers/mincointools)[@mincointools](https://github.com/mincointools)

---

Top Contributors

[![motherless](https://avatars.githubusercontent.com/u/6508163?v=4)](https://github.com/motherless "motherless (6 commits)")[![mincointools](https://avatars.githubusercontent.com/u/6698780?v=4)](https://github.com/mincointools "mincointools (1 commits)")

### Embed Badge

![Health badge](/badges/mincointools-php-mincoin/health.svg)

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

###  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)
