wp-fastendpoints-depends
Treat WordPress plugins as dependencies to speed up your REST API's
Repository snapshot
- Files indexed: 29
- Revision: main · 2025-11-16T20:55:40Z
- Initial page: deterministic repository import; ask Codex to verify and improve it against the source.
README
WP-FastEndpoints-Depends
WP-FastEndpoints Depends allows you to treat plugins as dependencies to speed up your REST endpoints
- Explore our docs at WP-FastEndpoints Depends Docs »
Features
- Only includes the plugins you need for the endpoint
- No code changes needed. Just install and activate this plugin as an MU plugin
- Full support to both native WP REST endpoints and WP-FastEndpoints
Requirements
- PHP 8.1+
- WordPress 6.x
- Install as a must-use plugin
Installation
Using Bedrock
- Navigate to the Bedrock root folder
- Install the following composer package
composer require attributes-php/wp-fastendpoints-depends - Run the following WP CLI command
wp fastendpoints dependsor activate any plugin on the website - Enjoy 😊
Using standard WordPress structure
- Download latest plugin from our Releases page
- Install plugin as a MU-plugin
- Run the following WP CLI command
wp fastendpoints dependsor activate any plugin on the website - Enjoy 😊
New deployment
When doing a new deployment you will need to re-generate the route dependencies by either:
- Re-run the following WP CLI command
wp fastendpoints dependsor to - Activate any plugin on the website
WP-FastEndpoints Depends was created by André Gil and is open-sourced software licensed under the MIT license.