Skip to content
Laureano Lamonega edited this page Jul 17, 2026 · 4 revisions

Welcome to the Antimonial Framework Wiki

Antimonial is a PHP MVC framework where what you read is what runs.

Getting Started

  • Getting Started — Installation, directory structure, configuration
  • Routing — Route registration, parameters, groups, named routes, middleware
  • Controllers — Base controller, validation, JSON responses, redirects
  • Template Engine — Directives, filters, layouts, extending templates
  • Query Builder — SELECT, WHERE, JOIN, aggregates, paginate, writes, transactions
  • Model — Base model with CRUD; you declare the table explicitly
  • Sessions & CSRF — Session API, CSRF protection
  • Security — XSS escaping, validation rules, SQL injection prevention
  • Helpers — Global helper functions reference
  • Static Analysis — PHPStan at level=max, zero ignores, configuration

Clone this wiki locally