PHPackages                             gd/plesk-bundle - 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. gd/plesk-bundle

ActiveSymfony-bundle[API Development](/categories/api)

gd/plesk-bundle
===============

Symfony2 Bundle for Parallels Plesk (v12) API.

030

Since Feb 27Compare

[ Source](https://github.com/zivko/GeneralDigitalPleskBundle)[ Packagist](https://packagist.org/packages/gd/plesk-bundle)[ RSS](/packages/gd-plesk-bundle/feed)WikiDiscussions Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

GeneralDigitalPleskBundle
=========================

[](#generaldigitalpleskbundle)

Symfony2 bundle for [Parallels Plesk v 12](http://www.parallels.com/plesk/) API.

GeneralDigitalPleskBundle is licensed under the MIT License - see the `Resources/meta/LICENSE` file for details.

**Plesk API Method Supported**

1. `Create FTP User`
2. `Delete FTP User`
3. `List FTP users`
4. `Create Subdomain`
5. `Delete Subdomain`

Setup
-----

[](#setup)

### Step 1: Download GeneralDigitalPleskBundle using composer

[](#step-1-download-generaldigitalpleskbundle-using-composer)

Add GeneralDigitalPleskBundle in your composer.json:

```
{
    "require": {
        "gd/plesk-bundle": "dev-master"
    }
}
```

Now tell composer to download the bundle by running the command:

```
$ php composer.phar update gd/plesk-bundle
```

### Step 2: Enable the bundle

[](#step-2-enable-the-bundle)

Enable the bundle in the kernel:

```
