Skip to content
Dimitri BOUTEILLE edited this page Feb 21, 2025 · 5 revisions

Welcome to the wp-module-rest-api wiki!

WordPress module designed for developers that want to add routes to the WordPress Rest API in a few moments.

Documentation

Installation

Requirements

The server requirements are basically the same as for WordPress with the addition of a few ones :

Installation with composer

You can use Composer. Follow the installation instructions if you do not already have composer installed.

composer require dbout/wp-module-rest-api

In your PHP script, make sure you include the autoloader:

require __DIR__ . '/vendor/autoload.php';
Clone this wiki locally