PHPackages                             rych/silex-plates-provider - 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. rych/silex-plates-provider

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

rych/silex-plates-provider
==========================

Provides Plates template engine to Silex.

v1.0.1(11y ago)36.4k3[1 issues](https://github.com/rchouinard/silex-plates-provider/issues)MITPHP

Since Nov 17Pushed 11y agoCompare

[ Source](https://github.com/rchouinard/silex-plates-provider)[ Packagist](https://packagist.org/packages/rych/silex-plates-provider)[ RSS](/packages/rych-silex-plates-provider/feed)WikiDiscussions master Synced yesterday

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

Plates Template Engine for Silex
================================

[](#plates-template-engine-for-silex)

This project aims to provide integration of the [Plates](http://platesphp.com/)template engine into the [Silex micro-framework](http://silex.sensiolabs.org/). It's in the very early stages, so don't be surprised if the integration is less than optimal.

The project is based very heavily on the default `TwigServiceProvider` and some of the Symfony-Twig bridge extensions.

Usage
-----

[](#usage)

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

```
{
    "require": {
        "rych/silex-plates-provider": "1.0.*"
    }
}
```

Enable it in your application:

```
