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

This package is auto-updated.

Last update: 2024-05-22 07:39:00 UTC


README

example workflow

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