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

ActiveLibrary[API Development](/categories/api)

gregoriohc/laravel-plesk
========================

A Laravel wrapper and facade package for the Plesk RPC API

0.1(10y ago)51711[1 issues](https://github.com/gregoriohc/laravel-plesk/issues)MITPHPPHP &gt;=5.4.0

Since Feb 5Pushed 7y ago1 watchersCompare

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

READMEChangelogDependencies (4)Versions (2)Used By (0)

Laravel 5 Plesk RPC API wrapper
===============================

[](#laravel-5-plesk-rpc-api-wrapper)

[![Scrutinizer Code Quality](https://camo.githubusercontent.com/7a882cc5c1e7758c49327ce1890ae72f47fa4add491f7d6537ff5cc107b3a9ac/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f677265676f72696f68632f6c61726176656c2d706c65736b2f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/gregoriohc/laravel-plesk/?branch=master)

A simple Laravel 5 package that wraps [Plesk](https://plesk.com) RPC API.

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

[](#requirements)

- PHP 5.4 or greater

Installation
------------

[](#installation)

You can install the package using the [Composer](https://getcomposer.org/) package manager running this command in your project root:

```
composer require gregoriohc/laravel-plesk
```

Laravel
-------

[](#laravel)

The package includes a service providers and a facade for easy integration and a nice syntax for Laravel.

Firstly, add the `Gregoriohc\LaravelPlesk\PleskServiceProvider` provider to the providers array in `config/app.php`

```
'providers' => [
  ...
  Gregoriohc\LaravelPlesk\PleskServiceProvider::class,
],
```

and then add the facade to your `aliases` array

```
'aliases' => [
  ...
  'Plesk' => Gregoriohc\LaravelPlesk\Facades\Wrapper::class,
],
```

### Configuration

[](#configuration)

Publish the configuration file with:

```
php artisan vendor:publish --provider="Gregoriohc\LaravelPlesk\PleskServiceProvider"
```

Head into the file and configure the keys and defaults you'd like the package to use.

Usage
-----

[](#usage)

#### Creating an user

[](#creating-an-user)

```
Plesk::customer()->create([
    'pname' => 'John Smith',
    'login' => 'john-unit-test',
    'passwd' => 'simple-password',
]);
```

#### More examples

[](#more-examples)

For more examples of usage, please see the original PHP Plesk RPC API package tests:

Contributing
------------

[](#contributing)

If you're having problems, spot a bug, or have a feature suggestion, please log and issue on Github. If you'd like to have a crack yourself, fork the package and make a pull request.

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance16

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity48

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

3749d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/fb58cf0b862c6a82caafd070f85e9198c96205a10e77d6cf828bf981be47a0e4?d=identicon)[gregoriohc](/maintainers/gregoriohc)

---

Top Contributors

[![gregoriohc](https://avatars.githubusercontent.com/u/566841?v=4)](https://github.com/gregoriohc "gregoriohc (2 commits)")

---

Tags

apilaravelpackagefacadeplesk

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/gregoriohc-laravel-plesk/health.svg)

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

###  Alternatives

[andreaselia/laravel-api-to-postman

Generate a Postman collection automatically from your Laravel API

1.0k586.2k3](/packages/andreaselia-laravel-api-to-postman)[gregoriohc/laravel-trello

A Laravel wrapper and facade package for the Trello API

3366.8k2](/packages/gregoriohc-laravel-trello)[joisarjignesh/bigbluebutton

BigBlueButton Server API Library for Laravel

162145.5k1](/packages/joisarjignesh-bigbluebutton)[bmatovu/laravel-mtn-momo

Laravel MTN MOMO integration.

14310.9k](/packages/bmatovu-laravel-mtn-momo)[claude-php/claude-php-sdk-laravel

Laravel integration for the Claude PHP SDK - Anthropic Claude API

5010.8k](/packages/claude-php-claude-php-sdk-laravel)[vinelab/api-manager

Laravel API Manager Package - beatify and unify your responses with the least effort possible.

392.1k](/packages/vinelab-api-manager)

PHPackages © 2026

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