PHPackages                             hopekelldev/laravel\_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. [API Development](/categories/api)
4. /
5. hopekelldev/laravel\_whmcs

ActiveLibrary[API Development](/categories/api)

hopekelldev/laravel\_whmcs
==========================

A Laravel package for interacting with WHMCS API in Laravel 10

1.0.1(2y ago)0101MITPHPPHP ^7.4|&gt;=8.0

Since Apr 28Pushed 2y ago1 watchersCompare

[ Source](https://github.com/HopekellDev/LaravelWHMCS)[ Packagist](https://packagist.org/packages/hopekelldev/laravel_whmcs)[ RSS](/packages/hopekelldev-laravel-whmcs/feed)WikiDiscussions master Synced 1mo ago

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

Laravel WHMCS
=============

[](#laravel-whmcs)

[![Latest Version](https://camo.githubusercontent.com/6785b4014be325dc0b688687d22ebecf000746105e1a35b4c0a0c7604e9cf7fb/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f686f70656b656c6c6465762f6c61726176656c77686d63732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/hopekelldev/laravelwhmcs)[![Total Downloads](https://camo.githubusercontent.com/092bc2923938696ee22dc22ae45a7fa4f2417922fa7d12c9fb354ba0676a2dea/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f686f70656b656c6c6465762f6c61726176656c77686d63732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/hopekelldev/laravelwhmcs)[![License](https://camo.githubusercontent.com/9197578dc2c585b247bfcaf00ff5e2aa328f6a59444fbb1547d237fb5217c16a/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f486f70656b656c6c4465762f6c61726176656c77686d63732e7376673f7374796c653d666c61742d737175617265)](https://github.com/HopekellDev/laravelwhmcs/blob/master/LICENSE)[![PHP Version](https://camo.githubusercontent.com/73065e936b4a89f287a857cfc8787fb633a72412eb7087281e90e7e12928adbc/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f686f70656b656c6c6465762f6c61726176656c77686d63732e7376673f7374796c653d666c61742d737175617265)](https://php.net)[![Laravel](https://camo.githubusercontent.com/dc5a02724cce542dca6f1dfd917d7e4dfde8b09e92de6e6a1afe61453eb1c4f4/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c61726176656c2d31302e782d6f72616e67652e7376673f7374796c653d666c61742d737175617265)](https://laravel.com)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/58e6d03cb6fa0a45830f6d33493cf72921e84dffab0578f8d8cd531062334af0/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f7175616c6974792f672f486f70656b656c6c4465762f6c61726176656c77686d63732f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/HopekellDev/laravelwhmcs/)

A Laravel package for integrating with the WHMCS API in Laravel 10. This package has been tested in laravel 10 and it's compatible with it, It has not been tested with the current version of laravel. We will be working on improving it. You can are free to contribute to the project.

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

[](#installation)

You can install the package via Composer:

```
composer require hopekelldev/laravelwhmcs
```

Register your service provider:
-------------------------------

[](#register-your-service-provider)

Add your service provider to the providers array in config/app.php:

```
'providers' => [
    // Other Service Providers
    HopekellDev\LaravelWHMCS\WHMCSServiceProvider::class,
],
```

Add Aliases

```
'aliases' => [
    // Other Aliases
    'WHMCS' => HopekellDev\LaravelWHMCS\Facades\WHMCS::class,
],
```

Publish the configuration file:
-------------------------------

[](#publish-the-configuration-file)

```
php artisan vendor:publish --provider="HopekellDev\LaravelWHMCS\WHMCSServiceProvider" --tag="config"
```

Set your WHMCS credentials in your .env file:
---------------------------------------------

[](#set-your-whmcs-credentials-in-your-env-file)

```
YOUR_WHMCS_API_URL=
YOUR_API_IDENTIFIER=your_whmcs_username
YOUR_API_SECRET=your_whmcs_password
```

Now you can use the package in your Laravel application:
--------------------------------------------------------

[](#now-you-can-use-the-package-in-your-laravel-application)

```
use HopekellDev\LaravelWHMCS\Facades\WHMCS;

// Example usage
$clients = WHMCS::getClients();
```

License
=======

[](#license)

This package is licensed under the MIT [![License](https://camo.githubusercontent.com/9197578dc2c585b247bfcaf00ff5e2aa328f6a59444fbb1547d237fb5217c16a/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f486f70656b656c6c4465762f6c61726176656c77686d63732e7376673f7374796c653d666c61742d737175617265)](https://github.com/HopekellDev/laravelwhmcs/blob/master/LICENSE)

- see the LICENSE file for details.

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity47

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

Every ~0 days

Total

2

Last Release

744d ago

PHP version history (2 changes)v1.0.0PHP ^7.4|^8.0

1.0.1PHP ^7.4|&gt;=8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/df717b6a26a71e3097add955f86b8086c15437d13c73f6bb8048bea91d57771b?d=identicon)[HopekellDev](/maintainers/HopekellDev)

---

Top Contributors

[![HopekellDev](https://avatars.githubusercontent.com/u/46373141?v=4)](https://github.com/HopekellDev "HopekellDev (23 commits)")

---

Tags

apilaravelWhmcslaravel whmcsHopekellDev

### Embed Badge

![Health badge](/badges/hopekelldev-laravel-whmcs/health.svg)

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

###  Alternatives

[joisarjignesh/bigbluebutton

BigBlueButton Server API Library for Laravel

162145.5k1](/packages/joisarjignesh-bigbluebutton)[gufy/whmcs

WHMCS API for Laravel 5

201.7k](/packages/gufy-whmcs)

PHPackages © 2026

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