MicropubAdapter.php
Interfaces, Classes and Traits
- MicropubAdapter
- Micropub Adapter Abstract Superclass
Table of Contents
- MICROPUB_ERROR_CODES = ['invalid_request', 'unauthorized', 'insufficient_scope', 'forbidden']
- getAccessToken() : string|null
- Get Access Token
- normalizeUrlencodedCreateRequest() : array<string|int, mixed>
- Normalize URL-encoded Create Request
Constants
MICROPUB_ERROR_CODES
public
mixed
MICROPUB_ERROR_CODES
= ['invalid_request', 'unauthorized', 'insufficient_scope', 'forbidden']
Functions
getAccessToken()
Get Access Token
getAccessToken(ServerRequestInterface $request) : string|null
Given a request, return the Micropub access token, or null.
Parameters
- $request : ServerRequestInterface
normalizeUrlencodedCreateRequest()
Normalize URL-encoded Create Request
normalizeUrlencodedCreateRequest(array<string|int, mixed> $body) : array<string|int, mixed>
Given an array of PHP-parsed form parameters (such as from $_POST), convert them into canonical microformats2 format.
Parameters
- $body : array<string|int, mixed>