WP Manifestindependent plugin directory
manifest / multisite / multisite-json-api

Multisite JSON API

A REST api for Wordpress Multisite using JSON

by Kyle Leaders · github.com/remkade/multisite-json-api · website

64stars
27forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/remkade/multisite-json-api/archive/refs/heads/master.zip

Declares an update source (https://github.com/remkade/multisite-json-api), so updates arrive through the plugin's own updater.

From the readme

Wordpress Multisite JSON API This is a Wordpress Plugin that adds JSON endpoints for creating, listing, and deleting sites on multisite. This plugin aims to be simple to make Wordpress polyglot environments not only possible, but practical. I'm not the best at PHP, Ruby and Go are more my thing, hence why I'm making this API. Contributions are greatly appreciated. Status These are a wishlist, please submit a PR for this if you are interested! TODO: Add some configuration options. TODO: Add full-stack-test.php to make a MySQL connection and verify the whole stack loads faster and more efficient than trying to do a full page rendering for your uptime checks. PHP Versions This is theoretically compatible with PHP 5.4 and higher. However, upgrading to phpunit required that I make tests require PHP 7.2+. So, it's probably still fine to run this on something less than 7.2, but since I can't get working tests on that version, I don't recommend it. We are currently testing only on php 8.1. Security Make sure you limit access to the enpoints! You should not allow any yahoo off the internet to scan your site and look for these endpoints. I highly recommend some sort of .htaccess

Read the full README on GitHub →

Releases

TagPublished
v1.2.0 Aug 13, 2019
v1.1.0 Aug 8, 2019
v1.0.0 Jul 5, 2019

These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.