underpin/rest-middleware

Rest API middleware for scripts

Installs: 16

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/underpin/rest-middleware

1.1.0 2021-11-23 14:21 UTC

This package is auto-updated.

Last update: 2025-09-24 00:51:33 UTC


README

Middleware that sets up params generally needed for scripts that use the REST API.

Installation

Using Composer

composer require underpin/rest-middleware

Manually

require_once(__DIR__ . '/underpin-middleware/Rest_Middleware.php');

Setup

  1. Install Underpin. See Underpin Docs
  2. Register scripts, and use this middleware. See the Script Loader for more information.