Skip to content

rswJason/api-php-lib

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Intro

PHP object-oriented library for Plesk API-RPC.

Install Via Composer

Composer 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:

cd tests ; 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 cd tests ; REMOTE_HOST=your-plesk-host.dom REMOTE_PASSWORD=password grunt watch:test

About

PHP library for Plesk API-RPC

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 99.4%
  • JavaScript 0.6%