GEMVC Documentation

Complete guide to building modern, secure PHP applications with GEMVC framework

HTTP Components

Overview

GEMVC provides a comprehensive set of HTTP components for handling requests, responses, and authentication.

Core Components

1. Request (src/HTTP/Request.php)

  • Request parsing
  • Parameter handling
  • Authentication
  • Input validation

2. JsonResponse (src/HTTP/JsonResponse.php)

  • JSON response formatting
  • Status code handling
  • Error formatting
  • Success formatting

Next Steps