Download the PHP package linkorb/presenter without Composer
On this page you can find all versions of the php package linkorb/presenter. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package presenter
Presenter
A simple implementation of the Presenter Pattern for PHP
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.
License
MIT. Please refer to the license file for details.
Brought to you by the LinkORB Engineering team
Check out our other projects at linkorb.com/engineering.
Btw, we're hiring!
All versions of presenter with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
The package linkorb/presenter contains the following files
Loading the files please wait ....