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

ActiveLibrary[API Development](/categories/api)

roko91/cpanel-php
=================

Cpanel/WHM API for PHP

v2.0.1(3y ago)0241MITPHPPHP &gt;=5.6.0

Since Aug 16Pushed 3y agoCompare

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

READMEChangelog (1)Dependencies (2)Versions (15)Used By (1)

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.

```
