attributes-php / fastendpoints-depends
Treats WordPress plugins as dependencies to speed up your REST API's
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:wordpress-muplugin
Requires
- php: ^8.1
- attributes-php/wp-fastendpoints-contracts: ^1.1
Requires (Dev)
- brain/monkey: 2.*
- dingo-d/wp-pest: ^1.6
- laravel/pint: *
- matapatos/wp-fastendpoints: ^2.1
- mockery/mockery: ^1.6
- pestphp/pest-plugin-parallel: ^1.2
This package is auto-updated.
Last update: 2025-05-10 17:46:01 UTC
README
FastEndpoints Depends allows you to treat plugins as dependencies to speed up your REST endpoints
- Explore our docs at 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 depends
or activate any plugin on the website - Enjoy 😊
Using standard WordPress structure
- Download plugin from WordPress store
- Install plugin as a MU-plugin
- Run the following WP CLI command
wp fastendpoints depends
or 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 depends
or to - Activate any plugin on the website
FastEndpoints Depends was created by André Gil and is open-sourced software licensed under the MIT license.