nopoco/laminas-mvc

Laminas's event-driven MVC layer, including MVC Applications, Controllers, and Plugins

v3.6.1 2023-05-02 11:55 UTC

This package is auto-updated.

Last update: 2024-03-31 14:07:21 UTC


README

Removed political appeal incompatible with free software here. The original repository is at this link.

Laminas\Mvc is an MVC implementation focusing on performance and flexibility.

The MVC layer is built on top of the following components:

  • Laminas\ServiceManager - Laminas provides a set of default service definitions set up at Laminas\Mvc\Service. The ServiceManager creates and configures your application instance and workflow.

  • Laminas\EventManager - The MVC is event driven. This component is used everywhere from initial bootstrapping of the application, through returning response and request calls, to setting and retrieving routes and matched routes, as well as render views.

  • Laminas\Http - specifically the request and response objects, used within: Laminas\Stdlib\DispatchableInterface. All “controllers” are simply dispatchable objects.

  • File issues at https://github.com/laminas/laminas-mvc/issues

  • Documentation is at https://docs.laminas.dev/laminas-mvc/