juizmill / laminas-facade

Project aimed at facilitating the use of common Laminas Framework services

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

laminas facade

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

About

Project aimed at facilitating the use of common Laminas Framework services

License:MIT License


Languages

Language:PHP 100.0%