Simple, lightweight PHP framework with AMVFC pattern. No magic. No autoload overhead. Just clean, direct PHP.
Built-in tools so you can focus on building, not configuring.
Direct include-based loading. No Composer autoload overhead. Starts instantly.
CSRF protection, bcrypt passwords, prepared statements, XSS escaping built-in.
Assets, Model, View, Features, Controller. Clean separation of concerns.
Extend BaseController for any module. view(), requireAdmin(), csrf() ready.
Fluent query builder with where(), orderBy(), limit(), insert(), update(), delete().
php codegs make:controller, make:model, serve — generator commands built-in.
Insights, updates and tutorials from the CodeGS team.