PHPackages                             daltcore/php-plesk - 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. [Database &amp; ORM](/categories/database)
4. /
5. daltcore/php-plesk

AbandonedArchivedLibrary[Database &amp; ORM](/categories/database)

daltcore/php-plesk
==================

PHP client for the Plesk RPC API

v1.3(11y ago)03612BSDPHPPHP &gt;=5.3.0

Since Oct 8Pushed 6y ago1 watchersCompare

[ Source](https://github.com/DALTCORE/php-plesk)[ Packagist](https://packagist.org/packages/daltcore/php-plesk)[ Docs](https://github.com/DALTCORE/php-plesk)[ RSS](/packages/daltcore-php-plesk/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (4)DependenciesVersions (5)Used By (0)

php-plesk
=========

[](#php-plesk)

Origin
------

[](#origin)

Original fork of: [pmill/php-plesk](https://github.com/pmill/php-plesk)

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/add/update/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
- Create single sign-on session
- Further functionality can be seen in the examples folder
- Open a ticket with requests for exposing further functionality

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

[](#requirements)

This library package requires PHP 5.4 or later and Plesk 12.0 till 17.5

Usage
-----

[](#usage)

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 \DALTCORE\Plesk\ListClients($config);
$info = $request->process();

```

Further examples are available in the examples directory.

Version History
---------------

[](#version-history)

See the [CHANGELOG.md](CHANGELOG.md) file.

Copyright and License
---------------------

[](#copyright-and-license)

php-plesk Copyright (c) 2013 pmill () Copyright (c) 2018 DALTCORE All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

- Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
- Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

This software is provided by the copyright holders and contributors "as is" and any express or implied warranties, including, but not limited to, the implied warranties of merchantability and fitness for a particular purpose are disclaimed. In no event shall the copyright owner or contributors be liable for any direct, indirect, incidental, special, exemplary, or consequential damages (including, but not limited to, procurement of substitute goods or services; loss of use, data, or profits; or business interruption) however caused and on any theory of liability, whether in contract, strict liability, or tort (including negligence or otherwise) arising in any way out of the use of this software, even if advised of the possibility of such damage.

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 80% 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

Every ~0 days

Total

4

Last Release

4236d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1906631?v=4)[Monn](/maintainers/RamonSmit)[@RamonSmit](https://github.com/RamonSmit)

---

Top Contributors

[![RamonSmit](https://avatars.githubusercontent.com/u/1906631?v=4)](https://github.com/RamonSmit "RamonSmit (8 commits)")[![joverthegrey](https://avatars.githubusercontent.com/u/8896551?v=4)](https://github.com/joverthegrey "joverthegrey (2 commits)")

---

Tags

databasephp-pleskplesk-apiphpapiplesk

### Embed Badge

![Health badge](/badges/daltcore-php-plesk/health.svg)

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

###  Alternatives

[eftec/pdoone

Minimaist procedural PDO wrapper library

1105.9k9](/packages/eftec-pdoone)[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)
