GEMVC Documentation

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

Helper Components

Overview

GEMVC provides a set of helper components for common utility functions, type handling, and web operations.

Core Components

1. WebHelper (src/helper/WebHelper.php)

  • URL manipulation
  • Request handling
  • Response formatting
  • Web utilities

2. TypeHelper (src/helper/TypeHelper.php)

  • Type conversion
  • Type validation
  • Type checking
  • Type formatting

3. ImageHelper (src/helper/ImageHelper.php)

  • Image processing
  • Image validation
  • Image optimization
  • Image formatting

Next Steps