linkorb/presenter

Presenter pattern implementation

Installs: 402

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 4

Forks: 1

Open Issues: 0

pkg:composer/linkorb/presenter

v1.0.0 2016-10-01 08:38 UTC

This package is auto-updated.

Last update: 2025-09-29 02:13:42 UTC


README

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!