trueframe / framework
TrueFrame PHP microframework core
v0.2.3
2026-04-07 19:11 UTC
Requires
- php: ^8.2
- ext-json: *
- ext-mbstring: *
- ext-pdo: *
- monolog/monolog: ^3.6
- psr/container: ^2.0
- vlucas/phpdotenv: ^5.6
README
Core engine for the TrueFrame PHP framework — the AI-powered PHP framework for rapid development.
This package provides all framework internals. It is installed automatically as a Composer dependency.
Install via Skeleton (Recommended)
composer create-project trueframe/trueframe myapp
Core Components
- Container — Dependency Injection with auto-resolution, singletons, and aliases
- Router — HTTP routing with groups, middleware, and route parameters
- TrueBlade — Template engine with
@extends,@section,@yield,@if,@foreach,{{ }}syntax - ORM — ActiveRecord with QueryBuilder, migrations, schema builder, and seeders
- HTTP — Request/Response objects, middleware pipeline, form request validation
- Console — CLI application with 17+ built-in commands including AI scaffolding
- Session — Session management with flash data and CSRF protection
- Config — Environment (.env) and configuration repository
- Logging — Monolog-based logging with exception handler
Requirements
- PHP 8.2+
- ext-json, ext-mbstring, ext-pdo
License
MIT