This is just a simple library that helps you to stop dirty up your views with logic and presentation code.
See tests for examples. Docs soon.
Requires:
- PHP 7.1+.
To get the latest version, simply require the project using Composer:
$ composer require kennedytedesco/presenter
You may also manually update your require block and run composer update
:
{
"require": {
"kennedytedesco/presenter": "^1.0"
}
}