ploi-php-sdk
ploi-php-sdk copied to clipboard
Ploi PHP SDK
https://developers.ploi.io/sites/clone-site
https://developers.ploi.io/php/install-php-version
https://developers.ploi.io/auth-users/create-auth-user
We are using the API to setup sites on a cluster with multiple www frontends. The API is very powerful but missing the settings to activate zero downtime deployments and...
Hi, I was wondering if its possible to add a checkCertificate function? Also, I was wondering how can I just get the error messes with out the Exception, I tried...
Add "keep_backup_amount" option for Create backup API endpoint ([https://developers.ploi.io/34-database-backups/100-create-backup](https://developers.ploi.io/34-database-backups/100-create-backup))
The following call: ``` $ploi->servers($server->id)->databases($database->id)->backups()->create( $interval = 0, $type, $table_exclusions = null, $locations = '...', $path = null ); ``` is throwing the error below: ``` { "message":"The selected type...