PHPolar
API Documentation
Phpolar
Table of Contents
Interfaces
AuthorizationCheckerInterface ResponseBuilderInterface Builds a PSR-7 Response ServerInterface Declares the capabilities of the resource server.
Classes
App Represents a web application that handles and responds to HTTP requests. AbstractProtectedRoutable Represents a target object for a request route
that requires authorization. Authorize Use to indicate that a route should
only be accessed by an authorized user. ProtectedRoutableResolver Returns either the given Routable or false when the user is not
authenticated. User Represents an authenticated user. ContainerLoader Configures a dependency injection container. DiTokens Contains dependency injection tokens. AuthorizationChecker Determines if authorization is successful
for a given Routable. MiddlewareQueueRequestHandler The HTTP Server request handling starting point
for the application. PathVariableBindings Contains route parameters Representations A collection of information that is intended to
reflect a past, current, or desired state of resources. RequestProcessingHandler Handles request routing for the application. RequestProcessorExecutor ResponseBuilder RoutingMiddleware Takes care of routing requests to handlers Server BadRequest Indicates that the origin server
server cannot or will not process the request due to something that is perceived to be a client error (e.g., malformed request syntax, invalid request message framing, or deceptive request routing) did not find a current representation for the target resource or is not willing to disclose that one exists. Forbidden Indicates that the origin server understood the request but refuses to authorize it. NotFound Indicates that the origin server did not find a current representation
for the target resource or is not willing to disclose that one exists. Unauthorized indicates that the request has not been applied because it lacks valid authentication credentials for the target resource. Target The target of an HTTP request.
Enums
Globs Contains all pathname patterns
used for dependency injection. phpdocumentor-green