PHPackages                             aknevrnky/perfect-panel - 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. aknevrnky/perfect-panel

AbandonedArchivedLibrary[API Development](/categories/api)

aknevrnky/perfect-panel
=======================

Perfect panel API SDK

0.1.6(2y ago)013MITPHPPHP &gt;=8.1

Since Aug 2Pushed 2y ago1 watchersCompare

[ Source](https://github.com/aknEvrnky/perfect-panel)[ Packagist](https://packagist.org/packages/aknevrnky/perfect-panel)[ RSS](/packages/aknevrnky-perfect-panel/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (4)Versions (3)Used By (0)

AknEvrnky\\PerfectPanel\\Client
===============================

[](#aknevrnkyperfectpanelclient)

AknEvrnky\\PerfectPanel\\Client is a PHP library for interacting with the PerfectPanel API. The library provides a simple, fluent PHP interface for communicating with PerfectPanel.

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

[](#installation)

The package can be installed via composer:

```
composer require aknevrnky/perfect-panel
```

Usage
-----

[](#usage)

The library provides several methods to interact with the PerfectPanel API. First, you need to instantiate the `PerfectPanel` class with your API URI and API Key:

```
use AknEvrnky\PerfectPanel\Client\PerfectPanel;

$perfectPanel = new PerfectPanel($apiUri, $apiKey);
```

### Get Available Services

[](#get-available-services)

```
$services = $perfectPanel->getServices();
```

### Create an Order

[](#create-an-order)

```
$orderID = $perfectPanel->order($service, $link, $quantity);
```

### Get Order Status

[](#get-order-status)

```
$status = $perfectPanel->status($orderID);
```

### Get Multiple Order Statuses

[](#get-multiple-order-statuses)

```
$orderIDs = [1, 2, 3];
$statuses = $perfectPanel->statuses($orderIDs);

$otherIds = '3,76,32';
$statuses = $perfectPanel->statuses($otherIds);
```

### Check Balance

[](#check-balance)

```
$balance = $perfectPanel->balance();
```

### Refill Order

[](#refill-order)

```
$perfectPanel->refill($orderID);
```

### Check Refill Status

[](#check-refill-status)

```
$perfectPanel->refillStatus($orderID);
```

Error Handling
--------------

[](#error-handling)

The library will throw an `ApiErrorException` if the API returns an error. You should use try-catch blocks to handle these exceptions.

Contributing
------------

[](#contributing)

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Tests
-----

[](#tests)

To run tests:

```
composer test
```

License
-------

[](#license)

AknEvrnky\\PerfectPanel\\Client is open-sourced software licensed under the MIT license.

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity43

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

1014d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/63969c2a0ebae96e4711ac293448290fb891f995114903e9f9327c7b763baf3c?d=identicon)[aknEvrnky](/maintainers/aknEvrnky)

---

Top Contributors

[![aknEvrnky](https://avatars.githubusercontent.com/u/34552875?v=4)](https://github.com/aknEvrnky "aknEvrnky (24 commits)")

###  Code Quality

TestsPest

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/aknevrnky-perfect-panel/health.svg)

```
[![Health](https://phpackages.com/badges/aknevrnky-perfect-panel/health.svg)](https://phpackages.com/packages/aknevrnky-perfect-panel)
```

###  Alternatives

[skagarwal/google-places-api

Google Places Api

1913.0M8](/packages/skagarwal-google-places-api)[dcblogdev/laravel-microsoft-graph

A Laravel Microsoft Graph API (Office365) package

168285.5k1](/packages/dcblogdev-laravel-microsoft-graph)[vluzrmos/slack-api

Wrapper for Slack.com WEB API.

102589.1k3](/packages/vluzrmos-slack-api)[smodav/mpesa

M-Pesa API implementation

16363.7k1](/packages/smodav-mpesa)[jasara/php-amzn-selling-partner-api

A fluent interface for Amazon's Selling Partner API in PHP

1344.8k1](/packages/jasara-php-amzn-selling-partner-api)[grantholle/powerschool-api

A Laravel package to make interacting with PowerSchool less painful.

1715.6k1](/packages/grantholle-powerschool-api)

PHPackages © 2026

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