dariodelogu/monti-framework
Composer 安装命令:
composer create-project dariodelogu/monti-framework
包简介
The modular, multitenant and multi project PHP framework
关键字:
README 文档
README
Welcome to Monti, the modular, multitenant, multi-project PHP framework designed for developers who want to build web applications with simplicity, speed, and scalability.
Introduction
Monti is built to offer a smooth and powerful development experience, with a modular architecture that lets you reuse code and manage multiple projects from a single installation.
Core Values
Monti is based on four fundamental principles:
- Simplicity: Low learning curve to get started quickly.
- Scalability: Suitable for projects of any size, from one-page sites to CRMs and eCommerce platforms.
- Speed: Fast installation, startup, customization, and development.
- Customization: Easily modify the code to fit your unique needs.
Features
Monti includes a complete set of tools for modern development:
1. Integrated MVC
Ready-to-use Model-View-Controller structure:
// Model namespace App\Modules\ModuleName; class MyModel extends \App\System\MVC\Model { // your code here } // Controller namespace App\Modules\ModuleName; class MyController extends \App\System\MVC\Controller { public function welcome() { return view("welcome", ["message" => "Hello World!"]); } } // View (welcome.php) <?= $message ?>
2. Modules
The primary way to extend Monti's capabilities and bring your ideas to life. Write the code once and reuse it as many times as you want.
3. Routing
Simple and configurable HTTP request handling:
router()->get("/", function() { return project_view("home"); }); //Grouped routes router()->group("users", function($group) { // /users/login $group->post("/login", "MyController@myLoginMethod"); //or $group->post("/login", [MyController::class, "myLoginMethod"]); }); router()->get("/another-route", ...);
4. Multi-tenant
Host multiple projects in a single installation. Just set up a new project and start working.
Installation
Check out the official documentation to get started.
License
This project is distributed under the Apache License, Version 2.0. Read LICENSE and NOTICE files for more informations.
Bring your next project to life with Monti!
dariodelogu/monti-framework 适用场景与选型建议
dariodelogu/monti-framework 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 2 次下载、GitHub Stars 达 1, 最近一次更新时间为 2025 年 12 月 13 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「framework」 「monti」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 dariodelogu/monti-framework 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 dariodelogu/monti-framework 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 dariodelogu/monti-framework 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
PHP Framework HLEB2 is the foundation of the web application. Provides ease of development and application performance.
High-performance, opinionated PHP 8 web framework with O(1) routing, parallel async MySQL, type-safe asset bridge, and React-island frontend
The skeleton application for the Geoffrey agent framework.
Framework used for the Darflen social media project.
Speedrunner package for programming certification exam
Micro-framework PHP enxuto e modular: ORM, Router, Auth, Validation, Security, Container, View, Queue, Console e Schema.
统计信息
- 总下载量: 2
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 23
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Apache-2.0
- 更新时间: 2025-12-13