fast-raven / library
Lightweight, fast and minimalistic PHP framework for monolithic apps.
v1.0.0
2026-02-02 15:25 UTC
Requires
- php: ^8.4
- phpmailer/phpmailer: ^7.0
Requires (Dev)
- phpunit/phpunit: ^10
README
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-apcuand configureFastCGI/PHP-FPMto reach peak performance.
Create Project
composer create-project fast-raven/project app
cd app
./init.sh mysite.local
Documentation
- Documentation: Deep dive into the API, Architecture, and Usage.
- Roadmap: Future plans and versioning strategy.
- Contributing: Guidelines for contributing.
License
Fast Raven is open-sourced software licensed under the MIT license.
Author: Arkhyst
