Releases: quanghuybest2k2/flowphp
Releases · quanghuybest2k2/flowphp
1.2.2
Fix throw ex if route not found
Full Changelog: 1.2.1...1.2.2
1.2.1
Add alert error
Full Changelog: 1.2.0...1.2.1
1.2.0
Add Views
Full Changelog: 1.0.1...1.2.0
1.0.1
Fix change type from feat to project
Full Changelog: 1.0.0...1.0.1
v1.0.0 - Initial Release
🎉 Initial release of FlowPHP Framework!
FlowPHP is a lightweight and modular PHP framework designed to be fast, minimal, and developer-friendly. This release includes the core components necessary to start building web applications with FlowPHP.
🧱 Features included:
- Core application kernel
- Simple routing system
- Basic HTTP request and response handling
- Autoloading via PSR-4
- Composer support for easy installation
📦 Install via Composer:
composer require quanghuybest2k2/flowphp
This is a stable starting point for future development.
Full Changelog: https://github.com/quanghuybest2k2/flowphp/commits/1.0.0