Download the PHP package upmind/provision-provider-shared-hosting without Composer
On this page you can find all versions of the php package upmind/provision-provider-shared-hosting. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download upmind/provision-provider-shared-hosting
More information about upmind/provision-provider-shared-hosting
Files in upmind/provision-provider-shared-hosting
Package provision-provider-shared-hosting
Short Description This provision category contains the common functions used in provisioning flows for accounts/websites on various popular shared hosting platforms.
License GPL-3.0-only
Informations about the package provision-provider-shared-hosting
Upmind Provision Providers - Shared Hosting
This provision category contains the common functions used in provisioning flows for accounts/websites on various popular shared hosting platforms.
- Installation
- Usage
- Quick-start
- Supported Providers
- Functions
- Changelog
- Contributing
- Credits
- License
- Upmind
Installation
Usage
This library makes use of upmind/provision-provider-base primitives which we suggest you familiarize yourself with by reading the usage section in the README.
Quick-start
The easiest way to see this provision category in action and to develop/test changes is to install it in upmind/provision-workbench.
Alternatively you can start using it for your business immediately with Upmind.com - the ultimate web hosting billing and management solution.
If you wish to develop a new Provider, please refer to the WORKFLOW guide.
Supported Providers
The following providers are currently implemented:
Functions
Function | Parameters | Return Data | Description |
---|---|---|---|
create() | CreateParams | AccountInfo | Create a web hosting account / website |
getInfo() | AccountUsername | AccountInfo | Get information about a hosting account such as the main domain name, whether or not it is suspended, the hostname of it's server, nameservers etc |
getUsage() | AccountUsername | AccountUsage | Gets usage information about an account/reseller such as disk space, bandwidth, number of sub-accounts etc |
getLoginUrl() | GetLoginUrlParams | LoginUrl | Obtain a signed URL to automatically log into a hosting account |
changePassword() | ChangePasswordParams | EmptyResult | Change the password of a hosting account |
changePackage() | ChangePackageParams | AccountInfo | Update the product/package a hosting account is set to |
suspend() | SuspendParams | AccountInfo | Suspend service for a hosting account |
unSuspend() | AccountUsername | AccountInfo | Un-suspend service for a hosting account |
terminate() | AccountUsername | EmptyResult | Completely delete a hosting account |
grantReseller() | GrantResellerParams | ResellerPrivileges | Grant reseller privileges to a web hosting account, if supported |
revokeReseller() | AccountUsername | ResellerPrivileges | Revoke reseller privileges from a web hosting account, if supported |
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Credits
- Harry Lewis
- Nikolai Arsov
- Codeline
- Nikolay Bogdanov
- Ana Carrasco
- Roussetos Karafyllakis
- All Contributors
License
GNU General Public License version 3 (GPLv3). Please see License File for more information.
Upmind
Sell, manage and support web hosting, domain names, ssl certificates, website builders and more with Upmind.com.
All versions of provision-provider-shared-hosting with dependencies
upmind/provision-provider-base Version ^4.0
plesk/api-php-lib Version ^1.1
upmind/20i-php-sdk Version ^1.1
upmind/enhance-sdk Version ^10
ext-curl Version *
ext-soap Version *