PHPackages                             perryfaro/sdk-whmcs - 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. perryfaro/sdk-whmcs

ActiveLibrary

perryfaro/sdk-whmcs
===================

0.1(10y ago)216PHP

Since Jan 20Pushed 10y ago3 watchersCompare

[ Source](https://github.com/perryfaro/whmcs)[ Packagist](https://packagist.org/packages/perryfaro/sdk-whmcs)[ RSS](/packages/perryfaro-sdk-whmcs/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

WHMCS SDK (unofficial)
======================

[](#whmcs-sdk-unofficial)

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

[](#installation)

The WHMCS SDK can be installed with [Composer](https://getcomposer.org/). Run this command:

```
composer require perryfaro/sdk-whmcs
```

Usage
-----

[](#usage)

#### setup Authentication

[](#setup-authentication)

```
$authentication = new Whmcs\Authentication\Authentication;
$authentication->setUrl('https://www.example.com/');
$authentication->setPassword('password');
$authentication->setUsername('username');
```

#### Making a request

[](#making-a-request)

Below you will see three ways of making a request.

Option 1:

```
$class = new Whmcs\Whmcs($authentication);
$class->client()->getClients()->request();
```

Option 2:

```
$class = new Whmcs\Client\Client($authentication);
$class->getClients()->request();
```

Option 3:

```
$class = new Whmcs\Client\Options\GetClients($authentication);
$class->request();
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity53

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

3761d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/99aa1b9de89f59e9dab60967818f8e37a5f4f7b814e4cd4d0cb71af298e2d2b5?d=identicon)[perryfaro](/maintainers/perryfaro)

---

Top Contributors

[![perryfaro](https://avatars.githubusercontent.com/u/1935984?v=4)](https://github.com/perryfaro "perryfaro (6 commits)")

### Embed Badge

![Health badge](/badges/perryfaro-sdk-whmcs/health.svg)

```
[![Health](https://phpackages.com/badges/perryfaro-sdk-whmcs/health.svg)](https://phpackages.com/packages/perryfaro-sdk-whmcs)
```

PHPackages © 2026

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