定制 fast-raven/library 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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

  1. composer create-project fast-raven/project app : Creates an example project inside folder app.
  2. cd app : Move inside fast-raven project folder.
  3. ./bin/build.sh : Install required packages.

OR (not recommended)

  1. 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

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-12-06