Skip to content

michabbb/api-php-lib

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Intro

PHP object-oriented library for Plesk API-RPC.

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%