Support
Developer notes
Namespaces, dependencies, capability gating, and the REST API surface.
Updated on Sep 12, 2026 Plugin v0.1.5
Architecture
- The plugin requires PHP 8.0+ and uses PSR-4 autoloading under the
GaiaWP\RSM\namespace, with a Composer classmap forsrc/includes/. - Dependencies:
gaiawp/gaiawp-admin(admin layout UI) andgaiawp/gaiawp-remote-storage-adapter(storage adapters), plusphpseclib/phpseclibfor SFTP. - All admin functionality is gated behind the
manage_optionscapability. - The REST API lives under the
gaiawp-rsm/v1namespace and requires a valid REST nonce.
Need help?
Open a ticket and include your provider type, account kind (OAuth or credentials), and the relevant Activity Log entries.
