trueframe/framework
最新稳定版本:v0.2.3
Composer 安装命令:
composer require trueframe/framework
包简介
TrueFrame PHP microframework core
README 文档
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
统计信息
- 总下载量: 12
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-08-30