https://github.com/isaacdew/overland-framework
A composer package that gives you added features (authentication, middleware, authorization, etc) for building WordPress REST API endpoints.
https://github.com/isaacdew/overland-framework
rest-api wordpress
Last synced: 2 months ago
JSON representation
A composer package that gives you added features (authentication, middleware, authorization, etc) for building WordPress REST API endpoints.
- Host: GitHub
- URL: https://github.com/isaacdew/overland-framework
- Owner: isaacdew
- License: mit
- Created: 2021-12-12T21:39:44.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-22T02:46:20.000Z (over 4 years ago)
- Last Synced: 2025-12-14T13:56:13.474Z (6 months ago)
- Topics: rest-api, wordpress
- Language: PHP
- Homepage:
- Size: 109 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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](https://github.com/isaacdew/overland).
## Features
- Middleware
- Route Authentication
- Authorization
- Validation
- Easy to add Routes