PHPackages                             tallesairan/cpanel - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. tallesairan/cpanel

ActiveLibrary[HTTP &amp; Networking](/categories/http)

tallesairan/cpanel
==================

This class allows developers to execute various functions of the cPanel UAPI and APIv2 directly from their PHP applications

1.2(2y ago)21193MITPHPPHP &gt;=5.6.0

Since Jul 25Pushed 2y ago1 watchersCompare

[ Source](https://github.com/tallesairan/cPanel)[ Packagist](https://packagist.org/packages/tallesairan/cpanel)[ Docs](https://github.com/tallesairan/cpanel)[ RSS](/packages/tallesairan-cpanel/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

cPanel UAPI + APIv2 PHP Wrapper
===============================

[](#cpanel-uapi--apiv2-php-wrapper)

The `cPanel` class is a PHP library designed to interact with cPanel APIs, a popular web hosting management platform. This class allows developers to execute various functions of the cPanel UAPI and APIv2 directly from their PHP applications. With the ability to use a proxy and an advanced system of cookies and logs, this class offers enhanced flexibility and security for developers.

This class can help improve productivity in several ways:

1. Task Automation: The class enables developers to automate cPanel tasks, such as managing email accounts, domains, and databases, directly from their PHP applications.
2. Application Integration: The class makes it easy to integrate cPanel with custom applications, allowing developers to manage cPanel resources directly from their systems.
3. Proxy Management: The ability to use a proxy and an advanced system of cookies and logs allows developers to access cPanel from multiple locations and IPs, improving security and flexibility.
4. Programmatic Control: The class provides a programmatic way to interact with cPanel APIs, allowing developers to create customized and efficient solutions for managing web hosting.

By utilizing the `cPanel` class, developers can streamline their hosting management operations and improve integration between cPanel and their custom applications, increasing productivity and simplifying the workflow.

Installation via composer
-------------------------

[](#installation-via-composer)

Add it to your project via composer using: `composer require tallesairan/cpanel`

Examples
--------

[](#examples)

- Simple Login and List files without proxy

```

```

- Simple Login and list\_files with Proxy:

```

```

- Simple Login and File Upload

```
