isaacdew / overland-framework
A small framework for writing WordPress REST API routes in the Laravel style.
Installs: 36
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 0
pkg:composer/isaacdew/overland-framework
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-09-22 10:50:51 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