library presenter
Presenter pattern implementation
linkorb/presenter
Presenter pattern implementation
- Saturday, October 1, 2016
- by joostfaassen
- Repository
- 3 Watchers
- 0 Stars
- 242 Installations
- PHP
- 1 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 2 Versions
- 1 % Grown
Presenter
A simple implementation of the Presenter Pattern for PHP, (*1)
Features
- Simple
BasePresenter implementation to create your own presenter classes
- Forward any unimplemented methods to the wrapped object
- Forward any unimplemented getters to the wrapped object
- A trait to make any model class implement
getPresenter
- Trait uses auto-resolver for finding it's own presenter based on config, classname, or namespace convention
Usage
Please refer to examples/ for usage examples., (*2)
License
MIT. Please refer to the license file for details., (*3)
Brought to you by the LinkORB Engineering team

Check out our other projects at linkorb.com/engineering., (*4)
Btw, we're hiring!, (*5)