juizmill / laminas-facade
There is no license information available for the latest version (dev-main) of this package.
dev-main
2023-10-12 02:11 UTC
Requires
- laminas/laminas-mvc: ^3.6
This package is auto-updated.
Last update: 2024-12-12 04:43:41 UTC
README
Project aimed at facilitating the use of common Laminas Framework services
In this package the services were mapped:
- EventManager
- Request
- Response
- ServiceManager
To create your own FACADE you have to inherit from the LaminasFacade\AbstractFacade
class and return the name of the service in the getFacadeAccessor
method
This project is experimental.
If you want to contribute, feel free to send an issue or Pull Request
Installation
You can install the package via composer:
composer require juizmill/laminas-facade
Register in file config/modules.config.php
the module LaminasFacade