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
Requires
- underpin/script-loader: ^1.1
- underpin/underpin: ^2.0
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
- Install Underpin. See Underpin Docs
- Register scripts, and use this middleware. See the Script Loader for more information.