Skip to content

juizmill/laminas-facade

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages