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 today

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 14% 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://www.gravatar.com/avatar/2040a0fd2c0d385bd6f47fb6ff1c6ceb2396e06c70d5ae4e3287a4d4e8417ff5?d=identicon)[mincointools](/maintainers/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

[stripe/stripe-php

Stripe PHP Library

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

A PHP wrapper for Twilio's API

1.6k92.9M270](/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.1M453](/packages/google-gax)

PHPackages © 2026

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