aloframework/aloframework

AloFramework is an incredibly lightweight and flexible MVC framework for PHP.

dev-master 2015-10-12 13:19 UTC

This package is not auto-updated.

Last update: 2024-04-13 15:50:24 UTC


README

This is a PHP MVC framework in building

Components

Component Version Downloads License dev master dev release
Configurator Latest Stable Version Total Downloads License Build Status Build Status Code Quality Code quality: Always platinum
Email Client Latest Stable Version Total Downloads License Build Status Build Status Code Quality Code quality: Always platinum
Logger Latest Stable Version Total Downloads License Build Status Build Status Code Quality Code quality: Always platinum
Handlers Latest Stable Version Total Downloads License Build Status Build Status Code Quality Code quality: Always platinum

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.

Changelog policy

With every stable release the changelog may be updated:

  • 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.