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
v4.0.0
2025-11-16 20:49 UTC
Requires
- php: ^8.1
- attributes-php/serialization: ^0.3
- attributes-php/validation: ^0.9
- attributes-php/wp-fastendpoints-contracts: ^3.0
- 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
Suggests
- attributes-php/wp-exceptions: Allows throwing exceptions instead of returning WP_Error'ss
Provides
None
Conflicts
None
Replaces
None
- dev-main
- v4.0.0
- v3.x-dev
- v3.1.1
- v3.1.0
- v3.0.1
- v3.0.0
- v2.1.1
- v2.1.0
- v2.0.1
- v2.0.0
- v1.2.2
- v1.2.1
- v1.2.0
- v1.1.0
- 1.0.0-beta
- dev-vibe/fix-docmd-bash-highlight-e79882
- dev-vibe/badges-horizontal-a3e291
- dev-vibe/github-icon-menubar-6fc074
- dev-vibe/docs-search-untitled-titles-fcdf1d
- dev-vibe/docmd-menubar-spacing-ea1ecf
- dev-upgrade-dependencies
- dev-typing-validation
- dev-depends-args
- dev-improve-docs
- dev-use-contracts
- dev-dependency_injection
This package is auto-updated.
Last update: 2026-09-20 11:09:00 UTC
README
WP-FastEndpoints is an elegant way of writing custom WordPress REST endpoints with a focus on simplicity and readability.
- Explore our docs at WP-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
WP FastEndpoints was created by André Gil and is open-sourced software licensed under the MIT license.
