Blog |
Forum |
Repository |
Wizard
Jump to letter: [
ABCDEFGHIJLMNOPQRSTUVWXYZ
]
php-laminas-mvc - Laminas Framework Mvc component
- Website:
- https://github.com/laminas/laminas-mvc
- Licence:
- BSD
- Vendor:
- Remi's RPM repository <https://rpms.remirepo.net/>
- Description:
Laminas\Mvc is a brand new MVC implementation designed from the ground up
for Laminas Framework, focusing on performance and flexibility.
The MVC layer is built on top of the following components:
* Laminas\ServiceManager - Laminas Framework 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.
Documentation: https://docs.laminas.dev/laminas-mvc/
Packages
php-laminas-mvc-3.3.3-2.remi.src
|
[153 KiB]
|
Changelog by Remi Collet (2022-06-23):
- drop dependency on container-interop/container-interop
replaced by servicemanager >= 3.12
|
php-laminas-mvc-3.3.3-1.remi.src
|
[153 KiB]
|
Changelog by Remi Collet (2022-02-22):
- update to 3.3.3 (no change)
|
php-laminas-mvc-3.3.2-1.remi.src
|
[152 KiB]
|
Changelog by Remi Collet (2022-02-09):
- update to 3.3.2
|
php-laminas-mvc-3.3.1-1.remi.src
|
[157 KiB]
|
Changelog by Remi Collet (2022-02-03):
- update to 3.3.1
|
php-laminas-mvc-3.3.0-1.remi.src
|
[159 KiB]
|
Changelog by Remi Collet (2021-10-14):
- update to 3.3.0
- keep compatibility using laminas-zendframework-bridge
as this is only used using compat autolader
- raise dependency on laminas-eventmanager 3.4
- raise dependency on laminas-http 2.15
- raise dependency on laminas-router 3.5
- raise dependency on laminas-servicemanager 3.7
- raise dependency on laminas-stdlib 3.6
- raise dependency on laminas-view 2.14
|
php-laminas-mvc-3.2.0-1.remi.src
|
[152 KiB]
|
Changelog by Remi Collet (2020-12-15):
- update to 3.2.0
- raise dependency on PHP 7.3
- raise dependency on laminas-stdlib 3.2.1
- raise dependency on laminas-view 2.11.3
- switch to phpunit9
|
php-laminas-mvc-3.1.1-1.remi.src
|
[151 KiB]
|
Changelog by Remi Collet (2020-01-15):
- switch to Laminas
- use range dependencies
|