isaacdew / overland-framework
A small framework for writing WordPress REST API routes in the Laravel style.
v1.1.2
2022-03-22 02:42 UTC
Requires
- php: ^8.0
- firebase/php-jwt: ^5.5
Requires (Dev)
- mockery/mockery: ^1.4
- phpunit/phpunit: ^9.5
- predis/predis: ^1.1
- wordpress/wordpress: dev-master
- yoast/phpunit-polyfills: ^1.0
This package is auto-updated.
Last update: 2025-03-22 09:36:52 UTC
README
Overland
WordPress plugin API framework that mimics Laravel's APIs. Allows you to add routes to the WordPress REST API using a Laravel style. To see how to implement see the Overland repository.
Features
- Middleware
- Route Authentication
- Authorization
- Validation
- Easy to add Routes