GEMVC Documentation

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

API Features

Overview

GEMVC provides a robust API system with built-in support for RESTful endpoints, request validation, response formatting, and authentication.

Next Steps

CLI Commands

Gemvc provides a powerful CLI tool for rapid development:

# Initialize a new project
vendor/bin/gemvc init

# ... (rest of CLI commands)

# Create complete CRUD operations (recommended)
vendor/bin/gemvc create:crud ServiceName

The create:crud command is the most convenient way to generate a complete CRUD API - it creates the service, controller, model, and table files all at once.