An open API service indexing awesome lists of open source software.

https://github.com/ofcold/presentable

Decorate your objects using presenters. Primarily to keep presentation logic out of your models.
https://github.com/ofcold/presentable

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# Presentable
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.

```json
"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.