larite/framework
最新稳定版本:v6.1.2
Composer 安装命令:
composer require larite/framework
包简介
A lightweight PHP MVC framework
README 文档
README
Larite Framework
The Larite Framework is the core of the Larite PHP MVC ecosystem a lightweight, expressive, and modern PHP framework inspired by Laravel’s elegance and simplicity. It provides all the essential building blocks to create robust web applications with clean architecture.
🚀 Features
- MVC Structure — clear separation of models, views, and controllers
- Routing System — expressive, Laravel-style routing
- Middleware Support — handle requests with
$requestand$next - Eloquent-like ORM — relationships (
hasOne,hasMany,belongsTo) included - Migrations & Seeders — database versioning made easy
- CLI Generator — scaffold controllers, models, migrations, and more
- CSRF Protection — built-in request security
- Custom Helpers — utility functions for sessions, validation, and routing
- Lightweight Core — fast and optimized for modern PHP (>=8.3)
📦 Installation
The framework itself is installed automatically when creating a new Larite project.
To start a new project:
composer create-project larite/larite my-app
统计信息
- 总下载量: 45
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-09-10