PHPackages                             aburakovskiy/laravel-antpool-api - 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. aburakovskiy/laravel-antpool-api

ActiveLibrary

aburakovskiy/laravel-antpool-api
================================

Antpool PHP API Client for Laravel

v0.1.2(6y ago)32823[1 PRs](https://github.com/aburakovskiy/laravel-antpool-api/pulls)GPLPHPPHP &gt;=5.6

Since Dec 10Pushed 3y ago1 watchersCompare

[ Source](https://github.com/aburakovskiy/laravel-antpool-api)[ Packagist](https://packagist.org/packages/aburakovskiy/laravel-antpool-api)[ RSS](/packages/aburakovskiy-laravel-antpool-api/feed)WikiDiscussions master Synced today

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

Antpool
=======

[](#antpool)

Laravel PHP Facade/Antpool for the Antpool API

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

[](#requirements)

- PHP 5.6 or higher
- Laravel 5.1 or higher

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

[](#installation)

Run in console below command to download package to your project:

```
composer require aburakovskiy/laravel-antpool-api

```

Configuration
-------------

[](#configuration)

In `/config/app.php` add AntpoolServiceProvider:

```
Aburakovskiy\LaravelAntpoolApi\AntpoolServiceProvider::class,

```

Do not forget to add also Antpool facade there:

```
'Antpool' => Aburakovskiy\LaravelAntpoolApi\Facades\Antpool::class,

```

Publish config settings:

```
$ php artisan vendor:publish --provider="Aburakovskiy\LaravelAntpoolApi\AntpoolServiceProvider"

```

Set your Antpool API credentials in the file:

```
/config/antpool.php

```

Or in the .env file

```
ANTPOOL_USERNAME = USERNAME
ANTPOOL_KEY = KEY
ANTPOOL_SECRET = SECRET

```

Usage
-----

[](#usage)

```
use Aburakovskiy\LaravelAntpoolApi\Facades\Antpool;

// Return an account info
$account = Antpool::get('account');
```

Antpool API
-----------

[](#antpool-api)

- [Antpool API Developer Guide](https://www.antpool.com/user/apiGuild.htm)

Credits
-------

[](#credits)

Built on code from Elompenta's [antpool-php-api](https://github.com/Elompenta/antpool-php-api).

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

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

###  Release Activity

Cadence

Every ~415 days

Total

3

Last Release

2243d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5a282288c420a307e8e33b2dec6333042ba59e5124c52f446947e2a194c1d675?d=identicon)[aburakovskiy](/maintainers/aburakovskiy)

---

Top Contributors

[![aburakovskiy](https://avatars.githubusercontent.com/u/1153385?v=4)](https://github.com/aburakovskiy "aburakovskiy (11 commits)")[![Leonigas](https://avatars.githubusercontent.com/u/11074677?v=4)](https://github.com/Leonigas "Leonigas (1 commits)")

---

Tags

antpoolantpool-apilaravel-5-packagelaravel-php-facade

### Embed Badge

![Health badge](/badges/aburakovskiy-laravel-antpool-api/health.svg)

```
[![Health](https://phpackages.com/badges/aburakovskiy-laravel-antpool-api/health.svg)](https://phpackages.com/packages/aburakovskiy-laravel-antpool-api)
```

PHPackages © 2026

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