PATH:
home
/
letacommog
/
letaweb
/
admin
/
classes
/
hosting
/
api-php-lib
## PHP library for Plesk API-RPC [](https://scrutinizer-ci.com/g/plesk/api-php-lib/?branch=master) PHP object-oriented library for Plesk API-RPC. ## Install Via Composer [Composer](https://getcomposer.org/) is a preferable way to install the library: `composer require plesk/api-php-lib:@dev` ## How to Run Unit Tests 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 phpunit` ## Using Grunt for Continuous Testing * Install Node.js * Install dependencies via `npm install` command * Run `REMOTE_HOST=your-plesk-host.dom REMOTE_PASSWORD=password grunt watch:test`
[+]
..
[-] Gruntfile.js
[edit]
[-] README.md
[edit]
[-] LICENSE
[edit]
[+]
src
[-] phpunit.xml.dist
[edit]
[-] .gitignore
[edit]
[-] composer.json
[edit]
[-] package.json
[edit]
[+]
tests