deniaz/terrific-silex

This package is abandoned and no longer maintained. No replacement package was suggested.

Extends Silex with Terrific features like routing and template engine.

dev-master 2015-03-02 21:58 UTC

This package is not auto-updated.

Last update: 2019-02-20 18:27:23 UTC


README

Build Status Latest Stable Version Total Downloads License

Add Terrific features to Silex, e.g. the terrific-twig extension.

Installation

Using composer:

$ composer require deniaz/terrific-silex

Requirements

The following versions of PHP are supported by this version.

  • PHP 5.4
  • PHP 5.5
  • PHP 5.6
  • HHVM

Usage

$app = new Deniaz\Splendid\Application();
$app->run();

Documentation

Credits