An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

![example workflow](https://github.com/isaacdew/overland-framework/actions/workflows/php.yml/badge.svg)
# 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