PHPackages                             almediatama/plesk-api - 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. [API Development](/categories/api)
4. /
5. almediatama/plesk-api

ActiveLibrary[API Development](/categories/api)

almediatama/plesk-api
=====================

PHP client for the Plesk RPC API

V1.0.0(6y ago)010MITPHPPHP &gt;=5.3.0

Since Nov 13Pushed 6y ago1 watchersCompare

[ Source](https://github.com/almediatama/plesk-api)[ Packagist](https://packagist.org/packages/almediatama/plesk-api)[ Docs](https://github.com/almediatama/plesk-api)[ RSS](/packages/almediatama-plesk-api/feed)WikiDiscussions master Synced 1mo ago

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

php plesk api
=============

[](#php-plesk-api)

Introduction
------------

[](#introduction)

This package contains a PHP client for the Plesk RPC API.

The following features are currently supported:

- List IP addresses
- List service plans
- Get server information and stats
- List/create/suspend/unsuspend/delete clients
- List/add/update/delete subscriptions
- List/add/update/delete sites
- List/add/update/delete email addresses
- List/add/update/delete domain aliases
- List/add/update/delete subdomains
- List database servers
- List/add/delete databases
- Add database users
- Further functionality can be seen in the examples folder
- Email  with requests for exposing further functionality

Requirements
------------

[](#requirements)

This library package requires PHP 5.4 or later and Plesk 12.0 or above.

List Client
-----------

[](#list-client)

The following example shows how to retrieve the list of websites available for the supplied user.

```
$config = array(
    'host'=>'example.com',
    'username'=>'username',
    'password'=>'password',
);

$request = new \almediatama\Plesk\ListClients($config);
$info = $request->process();

```

Suspend Client
--------------

[](#suspend-client)

```
$config = array(
    'host'=>'example.com',
    'username'=>'username',
    'password'=>'password',
);
$params = array(
'login'=>'username',
'status'=>'16',
);

$request = new \almediatama\Plesk\UpdateClient($config,$params);
$info = $request->process();

```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2371d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/50238646?v=4)[Anak Lanang Mediatama](/maintainers/almediatama)[@almediatama](https://github.com/almediatama)

---

Top Contributors

[![almediatama](https://avatars.githubusercontent.com/u/50238646?v=4)](https://github.com/almediatama "almediatama (17 commits)")

---

Tags

phpapipleskplesk api

### Embed Badge

![Health badge](/badges/almediatama-plesk-api/health.svg)

```
[![Health](https://phpackages.com/badges/almediatama-plesk-api/health.svg)](https://phpackages.com/packages/almediatama-plesk-api)
```

###  Alternatives

[jstolpe/instagram-graph-api-php-sdk

Instagram Graph API PHP SDK

13998.4k2](/packages/jstolpe-instagram-graph-api-php-sdk)[pmill/php-plesk

PHP client for the Plesk RPC API

395.7k](/packages/pmill-php-plesk)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
