juizmill / laminas-facade
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/juizmill/laminas-facade
Requires
- laminas/laminas-mvc: ^3.6
This package is auto-updated.
Last update: 2025-10-12 06:17:31 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