PHPackages                             media32/slim-view-plates - 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. media32/slim-view-plates

ActiveLibrary[Templating &amp; Views](/categories/templating)

media32/slim-view-plates
========================

A custom Slim framework view for the Plates template system.

3.0(11y ago)21.1k1MITPHP

Since Feb 21Pushed 11y ago1 watchersCompare

[ Source](https://github.com/media32/slim-view-plates)[ Packagist](https://packagist.org/packages/media32/slim-view-plates)[ Docs](http://github.com/media32/slim-view-plates)[ RSS](/packages/media32-slim-view-plates/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (4)Used By (0)

Custom Slim Framework view for the Plates
=========================================

[](#custom-slim-framework-view-for-the-plates)

This library provides a custom view for the [Slim Framework](http://www.slimframework.com/)to support the [Plates](http://platesphp.com/) template engine.

Usage
-----

[](#usage)

Add the provider to your `composer.json` file:

```
{
    "require": {
        "media32/slim-view-plates": "3.*"
    }
}
```

Enable it in your application

```
