arpon/framework
最新稳定版本:1.0.0
Composer 安装命令:
composer require arpon/framework
包简介
A high-performance, lightweight PHP MVC framework core designed for simplicity and speed.
README 文档
README
A high-performance, lightweight PHP MVC framework core designed for simplicity and speed.
Features
- Lightweight & Fast: Minimal overhead for maximum performance.
- Routing: Clean and expressive routing engine.
- Eloquent-like ORM: Intuitive database interactions.
- Dependency Injection: Powerful IoC container.
- Console: Built-in CLI for scaffolding and tasks.
- Auth & Security: Robust authentication and encryption systems.
- Cache & Session: Multiple drivers for efficient data handling.
- Mailing: SMTP and Mailgun support out of the box.
Requirements
- PHP 8.1 or higher
- JSON Extension
- MBString Extension
- OpenSSL Extension
- PDO Extension
- CURL Extension (for Mailgun)
Installation
Install via Composer:
composer require arponascension1/arpon-framework
Usage
Example of a basic route:
use Arpon\Support\Facades\Route; Route::get('/', function () { return 'Hello, Arpon!'; });
Author
Arpon - GitHub
License
This project is licensed under the MIT License - see the LICENSE file for details.
统计信息
- 总下载量: 33
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-01-23