fast-raven/library

Lightweight, fast and minimalistic PHP framework for monolithic apps.

Maintainers

Package info

github.com/arkhyst/fast-raven

pkg:composer/fast-raven/library

Statistics

Installs: 49

Dependents: 1

Suggesters: 0

Stars: 1

Open Issues: 0

v1.0.0 2026-02-02 15:25 UTC

This package is auto-updated.

Last update: 2026-03-05 20:44:42 UTC


README

Fast Raven Logo

Version Status PHP License

No bloat. No magic. Just speed.

Fast Raven is a high-performance PHP framework for building fast, monolithic applications. Optimized for subdomain architectures, it processes requests in 1ms (average speed in shared hosting) while allowing fast-paced and easy development.


Installation

Requirements

  • PHP ^8.4
  • MySQL ^8.0
  • Composer ^2.9.2
  • Apache ^2.4 (or Nginx/IIS with appropriate config)

Pro Tip: Enable php-apcu and configure FastCGI / PHP-FPM to reach peak performance.

Create Project

composer create-project fast-raven/project app
cd app
./init.sh mysite.local

Documentation

License

Fast Raven is open-sourced software licensed under the MIT license.

Author: Arkhyst