Skip to content
This repository has been archived by the owner on Jun 29, 2019. It is now read-only.

KennedyTedesco/Presenter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Presenter

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