fast-raven/library
最新稳定版本:v0.4
Composer 安装命令:
composer require fast-raven/library
包简介
Lightweight, fast and minimalistic PHP framework for monolithic apps.
README 文档
README
State: use only for small and non-critical projects
Version: v0.4
FastRaven is a minimalistic and fast PHP framework for monolithic apps.
It focuses on simplicity, clarity, and raw performance: no unnecessary layers, no dependencies you don’t control.
Requeriments
- PHP ^8.4
- MySQL ^8.0
- Composer ^2.9.2
- Apache ^2.4 (if using Apache)
Note: Remember that web server user should have full permissions to the project folder. Note: You need to install PHP modules for MySQL, Apache, and other optional extensions.
Installation
composer create-project fast-raven/project app: Creates an example project inside folder app.cd app: Move inside fast-raven project folder../bin/build.sh: Install required packages.
OR (not recommended)
composer require fast-raven/library: Install fast-raven framework inside existing composer project.
Roadmap: v0.5
- Addition of frontend modular components.
Roadmap: v1.0
- Improvement of ValidationWorker complexity and ValidationFlags.
- Implementation of unauthorized flow with redirects after login.
- Implementation of Multi-DB support for DataSlave.
Upgrade of Router component: refactor to support more complex architectures.- Upgrade of PHP version to 8.5 (if is globally supported by hosting providers).
- Upgrade of DataSlave: implementation of index and join for scalable queries.
- Upgrade of ValidationWorker: implementation of validation details when validation fails.
Author: arkhyst
License: MIT (see LICENSE)
统计信息
- 总下载量: 31
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-12-06