PHPackages                             wscreator-co/whmcs-api-php - 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. wscreator-co/whmcs-api-php

ActiveLibrary[API Development](/categories/api)

wscreator-co/whmcs-api-php
==========================

WHMCS API client for PHP

00PHP

Since Aug 13Pushed 3y ago1 watchersCompare

[ Source](https://github.com/wscreator-co/whmcs-api-php)[ Packagist](https://packagist.org/packages/wscreator-co/whmcs-api-php)[ RSS](/packages/wscreator-co-whmcs-api-php/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

PHP WHMCS API Client
====================

[](#php-whmcs-api-client)

Simple and PSR7 compatible WHMCS API Client which is inspired by [GitLabPHP/Client](https://github.com/GitLabPHP/Client).

[![Unittests](https://github.com/darthsoup/php-whmcs-api/actions/workflows/phpunit.yml/badge.svg)](https://github.com/darthsoup/php-whmcs-api/actions/workflows/phpunit.yml)[![GitHub license](https://camo.githubusercontent.com/146d81b54d17ef1f38856c9501bcb6abe24be6ead3741b446c2198a28607559f/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6461727468736f75702f7068702d77686d63732d617069)](https://github.com/darthsoup/php-whmcs-api/blob/master/LICENSE.md)

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

[](#installation)

### Composer

[](#composer)

```
$ composer require "darthsoup/php-whmcs-api" "guzzlehttp/guzzle:^7.4" "http-interop/http-factory-guzzle:^1.2"
```

### System Requirements

[](#system-requirements)

This package requires:

- **PHP ^7.4 | ^8.0**
- PHP extensions `curl`, `json` and `mbstring`

Usage
-----

[](#usage)

### Initialize Client

[](#initialize-client)

Basic initialisation of the Client.

```
