PHPackages                             gufy/whmcs-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. gufy/whmcs-php

ActiveLibrary[API Development](/categories/api)

gufy/whmcs-php
==============

Unofficial WHMCS PHP Api Package

v1.1.0(9y ago)166557[3 issues](https://github.com/mgufrone/whmcs-php/issues)[5 PRs](https://github.com/mgufrone/whmcs-php/pulls)MITPHPPHP &gt;=5.6

Since May 23Pushed 3y ago1 watchersCompare

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

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

[![Coverage Status](https://camo.githubusercontent.com/88270492f4397f0eceb32a4e48cd3225e00aaf9dda3f2aaea1d39660526443fe/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6d677566726f6e652f77686d63732d7068702f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/r/mgufrone/whmcs-php?branch=master)[![Build Status](https://camo.githubusercontent.com/20656da95054fe9701c14ee789ab76d96458c0a5453de59b7cfd3160fc8492f0/68747470733a2f2f7472617669732d63692e6f72672f6d677566726f6e652f77686d63732d7068702e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/mgufrone/whmcs-php)

Unofficial WHMCS PHP API Package
================================

[](#unofficial-whmcs-php-api-package)

This package is bring for you who use whmcs so much and yet, you need some of their API.

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

[](#installation)

To install this package, a simple thing you need to do is run this command in your terminal or command line

```
  composer require gufy/whmcs-php:~1
```

Or if you already have a project and you need some package to run WHMCS API, change your `composer.json` and then add this line

```
  {
    "require":{
      ...
      "gufy/whmcs-php":"~1"
      ...
    }
  }
```

Then run composer update in your terminal or similar to it.

Usage
=====

[](#usage)

Here is how you use it.

```
