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

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

philipsharp/slim-view-plates
============================

Custom Slim Framework view for the Plates template system

v5.0.0(10y ago)121397[2 PRs](https://github.com/philipsharp/slim-view-plates/pulls)MITPHP

Since Feb 21Pushed 3y ago2 watchersCompare

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

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": {
        "philipsharp/slim-view-plates": "5.*"
    }
}
```

Enable it in your application

```
