ofcold/presentable

Decorate your objects using presenters. Primarily to keep presentation logic out of your models.

1.0.0 2018-05-02 15:32 UTC

This package is auto-updated.

Last update: 2024-03-29 03:44:41 UTC


README

Decorate your objects using presenters. Primarily to keep presentation logic out of your models.

Installation

Composer

Add ofcold/presentable to the "require" section of your composer.json file.

	"ofcold/presentable": "^1.0"

Run composer update to get the latest version of the package.

Manually

It's recommended that you use Composer, however you can download and install from this repository.