Skip to content

Releases: quanghuybest2k2/flowphp

1.2.2

16 May 04:57

Choose a tag to compare

Fix throw ex if route not found

Full Changelog: 1.2.1...1.2.2

1.2.1

16 May 04:53

Choose a tag to compare

Add alert error

Full Changelog: 1.2.0...1.2.1

1.2.0

16 May 04:36

Choose a tag to compare

Add Views

Full Changelog: 1.0.1...1.2.0

1.0.1

16 May 02:32

Choose a tag to compare

Fix change type from feat to project

Full Changelog: 1.0.0...1.0.1

v1.0.0 - Initial Release

15 May 11:13

Choose a tag to compare

🎉 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