PHP object-oriented library for Plesk API-RPC.
Composer is a preferable way to install the library:
composer require lucasmarin/api-php-lib:@dev-master
One the possible ways to become familiar with the library is to check the unit tests.
To run the unit tests use the following command:
REMOTE_HOST=your-plesk-host.dom REMOTE_PASSWORD=password REMOTE_LOGIN=login phpunit
- Install Node.js
- Install dependencies via
npm install
command - Run
REMOTE_HOST=your-plesk-host.dom REMOTE_PASSWORD=password REMOTE_LOGIN=user grunt watch:test