WP Manifestindependent plugin directory
manifest / developer / aspirecloud-plugin

AspireCloud

Experimental project aimed at implementing Aspire Cloud as a Wordpress plugin

by AspirePress · github.com/aspirepress/aspirecloud-plugin · website

0stars
1forks

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/aspirepress/aspirecloud-plugin/archive/refs/heads/main.zip

Declares an update source (https://aspirepress.org), so updates arrive through the plugin's own updater.

From the readme

AspireCloud Description AspireCloud transforms your WordPress site into a headless installation with source API passthrough functionality. All requests to your site root are automatically passed through to source, while maintaining full WordPress admin functionality. Features Root-Level API Passthrough - Direct passthrough from https://yoursite.com/{path} to https://apisourcesite.com/{path} - GET requests only - Query parameters preserved - Error handling and response proxying Headless WordPress - Frontend disabled for regular visitors - Admin interface fully functional - WordPress core paths protected - Static assets served normally WordPress Integration - Seamless integration with WordPress rewrite system - Automatic activation/deactivation handling - WordPress coding standards compliant - Comprehensive error handling Quick Start 1. Install & Activate the plugin 2. Visit Settings → Permalinks and click "Save Changes" to flush rewrit

Read the full README on GitHub →