myspanishnow / wp-fastendpoints
This package is abandoned and no longer maintained.
The author suggests using the matapatos/wp-fastendpoints package instead.
Fast to type. Fast to run WordPress REST endpoints
v3.0.0
2025-08-23 19:39 UTC
Requires
- php: ^8.1
- attributes-php/serialization: ^0.3
- attributes-php/validation: ^0.9
- attributes-php/wp-fastendpoints-contracts: ^2.1
- php-di/invoker: ^2.0
Requires (Dev)
- brain/monkey: 2.*
- dingo-d/wp-pest: ^1.6
- laravel/pint: *
- mockery/mockery: ^1.6
- pestphp/pest-plugin-parallel: ^1.2
- roots/acorn: ^4.2
This package is auto-updated.
Last update: 2025-08-23 20:06:05 UTC
README
FastEndpoints is an elegant way of writing custom WordPress REST endpoints with a focus on simplicity and readability.
- Explore our docs at FastEndpoints Docs »
Features
- Validates data via type-hints
- Removes unwanted fields from responses
- Middlewares support
- No magic router. It uses WordPress
register_rest_route
- Able to treat plugins as dependencies via WP-FastEndpoints Depends
Requirements
- PHP 8.1+
- WordPress 6.x
- attributes-php/validation
- attributes-php/serialization
- php-di/invoker
We aim to support versions that haven't reached their end-of-life.
Installation
composer require attributes-php/wp-fastendpoints
FastEndpoints was created by André Gil and is open-sourced software licensed under the MIT license.