Skip to content

Releases: wardvisual/warvilphp

WarvilPHP 0.1.0-alpha

31 May 03:40

Choose a tag to compare

WarvilPHP 0.1.0-alpha Pre-release
Pre-release

WarvilPHP 0.1.0-alpha

This is the initial alpha release of WarvilPHP Framework, a lightweight PHP framework inspired by Laravel.

Alpha Release Notes

This alpha version provides the foundation of the framework with core functionality, but is not yet production-ready. It's intended for developers who want to explore the framework and provide early feedback.

Features included in this alpha:

  • MVC architecture with controllers, views, and models
  • RESTful routing system with resource route generation
  • Development server via \php warvil serve\
  • API controller support with JSON responses
  • Code generation commands for controllers, models, and views
  • Simple templating system

Known limitations:

  • Limited test coverage
  • Documentation is still being developed
  • Security features need enhancement before production use

We welcome feedback, bug reports, and contributions as we work towards the beta and stable releases.