Download the PHP package mhasnainjafri/cpanel without Composer

On this page you can find all versions of the php package mhasnainjafri/cpanel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package cpanel

License Open Issues Stars Forks

Library Name: Laravel CPanel API

This library provides a convenient way to interact with the cPanel API using Laravel. It allows you to perform various cPanel functions such as creating subdomains, managing databases, handling email accounts, and managing disk usage.

Installation

To use this library in your Laravel project, you can install it via Composer. Run the following command in your terminal:

Usage

To get started, you need to create a new instance of the Cpanel class. There are two ways to initialize the class:

  1. Without any parameters:

  2. With parameters (if not defined in .env file):

Alternatively, you can set the cPanel credentials in the .env file:

  1. Steps to get Cpanel Api

Subdomain Functions

To create a subdomain, use the createSubDomain() method:

Database Functions

To list all databases, use the listDatabases() method:

To create a new database, use the createDatabase() method:

To delete a database, use the deleteDatabase() method:

To create a database user, use the createDatabaseUser() method:

To delete a database user, use the deleteDatabaseUser() method:

To set all privileges on a database for a user, use the setAllPrivilegesOnDatabase() method:

Mail Functions

To create a POP email account, use the createPopEmailAccount() method:

To delete a POP email account, use the deletePopEmailAccount() method:

To edit the mailbox quota for an email account, use the editMailboxQuota() method:

To dispatch client settings for an email account, use the dispatchClientSettings() method:

To get the POP email count, use the getPopEmailCount() method:

cPanel Disk Management

To get cPanel statistics bar stats for bandwidth usage or disk usage, use the getCpanelStatsBarStats() method:

To get cPanel disk quota information, use the getCpanelDiskQuotaInfo() method:

Other API Functions

To call any other cPanel API function, use the callUAPI() method:

Replace $Module with the desired module, $function with the function name, and $parameters_array with any additional parameters required by the API function.

That's it! You can now leverage the power of the Laravel CPanel API library to interact with the cPanel API seamlessly in your Laravel applications.

Testing

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email [email protected] instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

Laravel Package Boilerplate

This package was generated using the Laravel Package Boilerplate.


All versions of cpanel with dependencies

PHP Build Version
Package Version
No informations.
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package mhasnainjafri/cpanel contains the following files

Loading the files please wait ....