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

AbandonedArchivedLibrary[API Development](/categories/api)

gufy/cpanel-php
===============

Cpanel/WHM API for PHP

v2.0.0(6y ago)160186.8k↓33.3%90[13 issues](https://github.com/mgufrone/cpanel-php/issues)[1 PRs](https://github.com/mgufrone/cpanel-php/pulls)3MITPHPPHP &gt;=5.6.0

Since Aug 16Pushed 6y ago13 watchersCompare

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

READMEChangelogDependencies (2)Versions (14)Used By (3)

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 gufy/cpanel-php:~2.0
```

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

```
	"gufy/cpanel-php":"~2.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.

```
