kennedytedesco/presenter

This package is abandoned and no longer maintained. No replacement package was suggested.

Presenters helps you clean up your views.

Installs: 2 915

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 1

Open Issues: 0

pkg:composer/kennedytedesco/presenter

1.0.2 2018-02-07 17:37 UTC

This package is auto-updated.

Last update: 2020-01-28 01:36:28 UTC


README

Build Status Latest Stable Version License

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.

Installation

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"
    }
}