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

ActiveLibrary[API Development](/categories/api)

furkankulaber/cpanel-php
========================

Cpanel/WHM API for PHP

012PHP

Since Jan 1Pushed 8y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)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 furkankulaber/cpanel-php:dev-master
```

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

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

```
