Skip to content

Demonstrates how to use PHP library for Plesk API-RPC in the extension

Notifications You must be signed in to change notification settings

plesk/ext-php-api-lib-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Extension PHP library for Plesk API-RPC demo

Apache 2

A test extension intended to demonstrate how to use PHP library for Plesk API-RPC

How to use PHP library for Plesk API-RPC in your extension

  1. Add composer.json with require of plesk/api-php-lib
  2. Add use PleskX\Api\InternalClient in you PHP file (controller or library class)
  3. Use necessary API calls

You can find an example in src/plib/controllers/IndexController.php

PHP library for Plesk API-RPC

Source coude of the library is here. You are welcome to contribute!

About

Demonstrates how to use PHP library for Plesk API-RPC in the extension

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published