Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# WP-FastEndpoints-Depends

Treating plugins as dependencies


GitHub Actions Workflow Status (main)
Code Coverage
WordPress Plugin Version
Supported WordPress Versions
Software License

------
**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)**.