I Concur..: I sent the below just a few days ago, on the general WP Forum board, seeing that the support for this plugin was..say , on the ..weak side …!:
Hi!
I am building an app which will enable a manager to ..manage WP sites remotely, eg. installing a WP package, CRUD on posts, pages, users, comments, etc…
This works perfectly using WPRestAPI and installing a JWT plugin on each of the managed WP sites (excellent authentication-for-wp-rest-api Plugin by Enrique Chavez…)
However, managing plugins is more difficult. I found the Shift8 Remote Management Plugin which seems to cover my needs, but it’s totally undocumented, and the example script is in Python, which is double dutch to me !
Does anyone have any experience with this plugin and how to use it (eg. a remote access to the given WP site using PHP /cURL, using I guess the WP admin credentials, the Shift8 key, and the CURL paramenters needed for a given operation (the only information given in the minimalist doc…).
A quick PHP cURL script illustrating this would be great to set me on the way .
Many thanks, BR JMB