sigma-z/jentin

Jentin MVC Framework

1.1.1 2020-04-14 21:17 UTC

This package is auto-updated.

Last update: 2024-04-24 04:30:42 UTC


README

Latest Stable Version Minimum PHP Version CI Status

It's lightweight and object orientated programmed. It components are loose coupled, introduced by interfaces, clean, maintainable and extensible.

Requires

Features

  • Template rendering with the View plugin
  • Request routing
  • Plugins (for controller and view renderer)
    • RouteUrl - creates url for by given route name and route params
    • View - helper for rendering view templates
  • Event handling
    • onRoute - dispatched on routing the request
    • onRouteCallback - dispatched on routing when route is using a callback
    • onController - dispatched creating corresponding controller
    • onControllerDispatch - dispatched on controller dispatch
    • onFilterResponse - dispatched before response is ready to sent
    • custom events may be defined