/overland-framework

A composer package that gives you added features (authentication, middleware, authorization, etc) for building WordPress REST API endpoints.

Primary LanguagePHPMIT LicenseMIT

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