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
Requires
- php: ^7.1
Requires (Dev)
- mockery/mockery: ^1.0
- phpunit/phpunit: ^7.0
This package is auto-updated.
Last update: 2024-10-29 05:16:33 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.