-
Notifications
You must be signed in to change notification settings - Fork 1
Home
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
The server requirements are basically the same as for WordPress with the addition of a few ones :
- PHP >= 8.1
- 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';