project aloframework
AloFramework is an incredibly lightweight and flexible MVC framework for PHP.
aloframework/aloframework
AloFramework is an incredibly lightweight and flexible MVC framework for PHP.
- Monday, October 12, 2015
- by Alorel
- Repository
- 2 Watchers
- 0 Stars
- 3 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
AloFramework
This is a PHP MVC framework in building, (*1)
Components
Versioning & Release Policy
All framework components follow semantic versioning and any releases made are suitable for production environments. Updates are rolled out on an ASAP basis, meaning multiple small patches can be expected in a day., (*2)
Changelog policy
With every stable release the changelog may be updated:, (*3)
- Major releases are guaranteed to have a changelog
- Minor releases are guaranteed to have a changelog
- Patches may not have a changelog if:
- They only affect documentation and/or files which are not used during regular execution (e.g. a change to unit tests)
- They make a minor change to private properties or methods which does not affect overall performance.