PHPackages                             hawkbit/presentation - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Templating &amp; Views](/categories/templating)
4. /
5. hawkbit/presentation

ActiveHawkbit-component[Templating &amp; Views](/categories/templating)

hawkbit/presentation
====================

Presentation layer for Hawkbit PSR-7 Micro PHP framework

2.0(9y ago)0381[3 issues](https://github.com/HawkBitPhp/hawkbit-presentation/issues)MITPHPPHP &gt;=5.6

Since Dec 10Pushed 9y ago1 watchersCompare

[ Source](https://github.com/HawkBitPhp/hawkbit-presentation)[ Packagist](https://packagist.org/packages/hawkbit/presentation)[ Docs](https://github.com/HawkBitPhP)[ RSS](/packages/hawkbit-presentation/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (3)Dependencies (5)Versions (4)Used By (0)

Hawkbit Presentation
====================

[](#hawkbit-presentation)

[![Latest Version on Packagist](https://camo.githubusercontent.com/0f0385d6bda5a81fc6dcae2507fcd457ca22f47e98b58e87e2d3beec978e6cf6/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6861776b6269742f70726573656e746174696f6e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/hawkbit/presentation)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/c85d405207eee9717829c611c9079d5651603c8aaad1955f6d02f0288ff44f7e/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f4861776b4269745068702f6861776b6269742d70726573656e746174696f6e2f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/HawkBitPhp/hawkbit-presentation)[![Total Downloads](https://camo.githubusercontent.com/46f630be7626e12f83838240788ee1db103c7a3a8e61e21dcca39221b3320a8f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6861776b6269742f70726573656e746174696f6e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/hawkbit/presentation)[![Coverage Status](https://camo.githubusercontent.com/cd0f8faef7345ce982f4c86dbe5f010565b2a8253cfda9a0fe19d4a7f9e73317/68747470733a2f2f696d672e736869656c64732e696f2f636f766572616c6c732f4861776b4269745068702f6861776b6269742d70726573656e746174696f6e2f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://coveralls.io/github/HawkBitPhp/hawkbit-presentation)

Ployglott and extensible presentation layer for different presentation engines. The presentation layer uses [`league/plates`](http://platesphp.com/) as default engine and could be extended with Twig, Smarty, Liquid, Blade and further more.

Install
-------

[](#install)

### Using Composer

[](#using-composer)

Hawkbit Presentation is available on [Packagist](https://packagist.org/packages/hawkbit/presentation) and can be installed using [Composer](https://getcomposer.org/). This can be done by running the following command or by updating your `composer.json` file.

```
composer require hawkbit/Presentation
```

composer.json

```
{
    "require": {
        "hawkbit/Presentation": "~1.0"
    }
}
```

Be sure to also include your Composer autoload file in your project:

```
