matapatos / wp-fastendpoints
Fast to type. Fast to run WordPress REST endpoints
v2.0.0
2024-07-17 07:57 UTC
Requires
- php: ^8.1
- ext-json: *
- opis/json-schema: ^2.3
- php-di/invoker: ^2.3
Requires (Dev)
- brain/monkey: 2.*
- dingo-d/wp-pest: ^1.6
- laravel/pint: *
- mockery/mockery: ^1.6
- roots/acorn: ^4.2
This package is auto-updated.
Last update: 2024-10-11 09:35:40 UTC
README
FastEndpoints is an elegant way of writing custom WordPress REST endpoints with a focus on readability and IDE auto completion support.
- Explore our docs at FastEndpoints Docs »
Features
- Decouples request validation from main logic
- Removes unwanted fields from responses
- Middlewares support
- IDE auto completion support
- No magic router. It uses WordPress
register_rest_route
- Support for newer JSON schema drafts thanks to opis/json-schema
Requirements
- PHP 8.1+
- WordPress 6.x
- opis/json-schema
- php-di/invoker
We aim to support versions that haven't reached their end-of-life.
Installation
composer require wp-fastendpoints
FastEndpoints was created by André Gil and is open-sourced software licensed under the MIT license.