2017 © Pedro Peláez
 

library presenter

Presenter pattern implementation

image

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

The README.md

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)

The Versions

01/10 2016

dev-master

9999999-dev http://www.github.com/linkorb/presenter

Presenter pattern implementation

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by LinkORB Engineering

php presenter mvp linkorb

01/10 2016

v1.0.0

1.0.0.0 http://www.github.com/linkorb/presenter

Presenter pattern implementation

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by LinkORB Engineering

php presenter mvp linkorb