api-php-lib icon indicating copy to clipboard operation
api-php-lib copied to clipboard

PHP library for Plesk XML-RPC interface

Results 12 api-php-lib issues
Sort by recently updated
recently updated
newest added

The `Site::get()` method is type hinted to always return a GeneralInfo struct, but it just mindlessly returns the result from `reset($items)`, which returns false when the array is empty. Furthermore,...

Hi Guys, I am trying to use this api. I can create a customer successfuly but I am unable to add a subscription based on my service plans. Please can...

Hello, How to install certifiact let's encrypt or SSL for a site using Pesk API ? I can't find a solution.

Hello people, **it's great your project**! I have a question, sorry if possible stupid question but i cant change any created value... for example update|change customer email's etc... I'm trying...

In setting up some tools to 'bulk-manage' site aliases, it appears that when I make a request to get Info for multiple Site Aliases and one of them doesn't exist,...

Creating a subdomain works, but can not found how to enable DSMail for this domain. I want to create a email address direct after creating the subdomain. But reaching this...

Hi, in general, the API is just returning the gen_info tags mostly, there is no way of getting a full subscription, e.g. with a packet: ```xml ``` Is there any...

Hi, I am getting a notice with a seeminlgy failed request: Notice: Undefined offset: 0 in C:\DEV\sites\tools-si\vendor\plesk\api-php-lib\src\Api\Client.php on line 163 dumping the $xml variable yields the following: object(PleskX\Api\XmlResponse)[475] public '@attributes'...

It's some feature to add forwarding when api creates email address, or update it later? At the moment I edit some your class, and it looks like this: ```php /**...

I create an automatic subdomain, but the file ownership is "10015 swkey-dat". After the domain is created, I want to clone the github repo, but the files are not copied...