Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matapatos/wp-fastendpoints-depends
Speed up your REST endpoints by treating plugins as dependencies
https://github.com/matapatos/wp-fastendpoints-depends
Last synced: 10 days ago
JSON representation
Speed up your REST endpoints by treating plugins as dependencies
- Host: GitHub
- URL: https://github.com/matapatos/wp-fastendpoints-depends
- Owner: matapatos
- License: mit
- Created: 2024-05-29T13:42:39.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-11-05T08:57:11.000Z (13 days ago)
- Last Synced: 2024-11-05T09:37:27.356Z (13 days ago)
- Language: PHP
- Homepage: https://matapatos.github.io/wp-fastendpoints/
- Size: 452 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WP-FastEndpoints-Depends
------
**FastEndpoints Depends** is a way of treating plugins as dependencies to speed up your [WP-FastEndpoints](https://github.com/matapatos/wp-fastendpoints).- Explore our docs at **[FastEndpoints Depends Docs »](https://matapatos.github.io/wp-fastendpoints/advanced-user-guide/plugins-as-dependencies/)**
## Features
- Only includes the plugins you need for the endpoint
- No code changes needed. Just install and activate this plugin
- Full support with [WP-FastEndpoints](https://github.com/matapatos/wp-fastendpoints)## Requirements
- PHP 8.1+
- WordPress 6.x
- [composer/installers](https://packagist.org/packages/composer/installers)We aim to support versions that haven't reached their end-of-life.
## Installation
1. Download plugin from WordPress store
2. Activate plugin### Not using Bedrock?
If not using [Bedrock](https://roots.io/bedrock/) make sure to install WP-FastEndpoints-Depends as a
[must-use plugin](https://developer.wordpress.org/advanced-administration/plugins/mu-plugins/)FastEndpoints Depends was created by **[André Gil](https://www.linkedin.com/in/andre-gil/)** and is open-sourced software licensed under the **[MIT license](https://opensource.org/licenses/MIT)**.