PHPackages                             galamz/whmcsl5 - 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. galamz/whmcsl5

AbandonedArchivedLibrary[API Development](/categories/api)

galamz/whmcsl5
==============

Laravel 5 WHMCS API

120PHP

Since Oct 9Pushed 9y ago1 watchersCompare

[ Source](https://github.com/galamz/WHMCSL5)[ Packagist](https://packagist.org/packages/galamz/whmcsl5)[ RSS](/packages/galamz-whmcsl5/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

WHMCS API Laravel 5 Package (Development)
=========================================

[](#whmcs-api-laravel-5-package-development)

[![Laravel](https://camo.githubusercontent.com/fefa73cbcb138f313755edeb816d67030c8ca82a24371d2c30c4605f1a1d6b86/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c61726176656c2d352e302d6f72616e67652e7376673f7374796c653d666c61742d737175617265)](http://laravel.com)[![Source](https://camo.githubusercontent.com/774c50b77cf9ce284039619393fcfc2587b4d1564aea651cb4c77d72cc6eb40f/687474703a2f2f696d672e736869656c64732e696f2f62616467652f736f757263652d68616b616e657273752f4c3577686d63732d6f72616e67652e7376673f7374796c653d666c61742d737175617265)](https://github.com/hakanersu/L5whmcs)[![License](https://camo.githubusercontent.com/30597ff9a350144f03bffdd9183e16468e0b3ca1193e1d08591d992622738d55/687474703a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](https://tldrlegal.com/license/mit-license)

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

[](#installation)

Begin by installing the package through Composer. The best way to do this is through your terminal via Composer itself:

```
composer require xuma/l5whmcs

```

or you can add your composer.json require section:

```
"xuma/l5whmcs": "~1.0@dev"

```

Don't forget to update composer update.

Once this operation is complete, simply add both the service provider and facade classes to your project's config/app.php file:

#### Config File

[](#config-file)

Create **config/whmcs.php** with content:

```
    return [
        'url'=>'https://whmcsurl/includes/api.php',
        'username'=>'yourapiusername',
        'password'=>'yourapipassword',
        'user_agent'=>'Your Agent Name'
    ];

```

#### Service Provider

[](#service-provider)

```
'Xuma\Whmcs\WhmcsServiceProvider',

```

#### Facade

[](#facade)

```
'WHMCS'=> 'Xuma\Whmcs\Facades\Whmcs',

```

Examples
--------

[](#examples)

Getting all clients.

```
WHMCS::getClients();

```

Getting single client

```
WHMCS::getClientsDetails($userIdOrEmail);

```

Getting clients products

```
WHMCS::getClientsProducts($userId)

```

Getting clients domains

```
WHMCS::getClientsDomains($userId)

```

Getting clients hashed password

```
WHMCS::getClientsPassword($userId)

```

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

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://avatars.githubusercontent.com/u/9940305?v=4)[Med Said](/maintainers/galamz)[@galamz](https://github.com/galamz)

### Embed Badge

![Health badge](/badges/galamz-whmcsl5/health.svg)

```
[![Health](https://phpackages.com/badges/galamz-whmcsl5/health.svg)](https://phpackages.com/packages/galamz-whmcsl5)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35816.3M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

94452.6k6](/packages/botman-driver-telegram)

PHPackages © 2026

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