PHPackages                             eugenefvdm/whmcs-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. [API Development](/categories/api)
4. /
5. eugenefvdm/whmcs-api

ActiveLibrary[API Development](/categories/api)

eugenefvdm/whmcs-api
====================

A testable PHP/Laravel API for WHMCS

v1.02(1y ago)3272MITPHPPHP ^8.2

Since Oct 23Pushed 1y ago1 watchersCompare

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

READMEChangelog (10)Dependencies (4)Versions (11)Used By (0)

WHMCS API
=========

[](#whmcs-api)

[![GitHub release (latest by date)](https://camo.githubusercontent.com/e4bb0b27a872c3d88519521312cdb7dedd628d216ae29a6fd12398a9f3016e01/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f66696e746563682d73797374656d732f77686d63732d7068702d617069)](https://camo.githubusercontent.com/e4bb0b27a872c3d88519521312cdb7dedd628d216ae29a6fd12398a9f3016e01/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f66696e746563682d73797374656d732f77686d63732d7068702d617069) [![Tests](https://github.com/fintech-systems/whmcs-php-api/actions/workflows/tests.yml/badge.svg)](https://github.com/fintech-systems/whmcs-php-api/actions/workflows/tests.yml/badge.svg) [![GitHub](https://camo.githubusercontent.com/2915893b46a0fdb7adb509675f5e3aea10b0eb85fec3520647e2b89cdbc5823f/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f657567656e656676646d2f77686d63732d617069)](https://camo.githubusercontent.com/2915893b46a0fdb7adb509675f5e3aea10b0eb85fec3520647e2b89cdbc5823f/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f657567656e656676646d2f77686d63732d617069) [![Downloads](https://camo.githubusercontent.com/bb68a1f1531416446d91886a446e8c9f442fc544dd8e2742337be9e1ebe7bb99/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f657567656e656676646d2f77686d63732d617069)](https://camo.githubusercontent.com/bb68a1f1531416446d91886a446e8c9f442fc544dd8e2742337be9e1ebe7bb99/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f657567656e656676646d2f77686d63732d617069)

A testable WHMCS API designed to run standalone or as part of a Laravel Application

Requirements:

- PHP 8.2
- WHMCS

Installation
============

[](#installation)

```
composer require eugenefvdm/whmcs-api
```

Publish the configuration file:

```
php artisan vendor:publish --provider="Eugenefvdm\Whmcs\WhmcsServiceProvider"
```

Configuration Settings `whmcs.php`
----------------------------------

[](#configuration-settings-whmcsphp)

```
