PHPackages                             dsmgid/php-whm-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. dsmgid/php-whm-api

AbandonedArchivedLibrary[API Development](/categories/api)

dsmgid/php-whm-api
==================

WHM API for PHP

v1.0.1(4y ago)2442MITPHPPHP ^7.2.5 || ^8.0

Since Jul 24Pushed 4y agoCompare

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

READMEChangelog (2)Dependencies (2)Versions (3)Used By (0)

cPanel/WHM API for PHP library
------------------------------

[](#cpanelwhm-api-for-php-library)

Contents
--------

[](#contents)

- [Installation Guide](#installation-guide)
- [Usage](#usage)
- [Functions](#functions)
- [Feedback &amp; Contribution](#feedback-&-contribution)

### Installation Guide

[](#installation-guide)

To install this package, you can run this code via your terminal

```
	composer require dsmgid/php-cpanel-api
```

Or update your `composer.json` by adding this line

```
	"dsmgid/php-cpanel-api":"~1.0"
```

Then, run this code

```
	composer update
```

### Usage

[](#usage)

For example, if you would like to get list accounts of your whm server, you can do this.

```
