pike/slim-jade

A helper for slim framework view to allow the use of phpJade as a template engine

dev-master 2016-11-01 05:42 UTC

This package is not auto-updated.

Last update: 2024-04-13 15:50:21 UTC


README

Jade templating for Slim3

This is pretty much a copy of the Twig Views implementation for Slim 3

===============

Use at your own risk, I haven't used it much yet. Requires Slim 3 and at least PHP 5.4.0

Install

$ composer require pike/slim-jade

Injection

$view = new Slim\Views\JadeView(
    $pathToYourTemplates,
    $ArrayOfYourSettings
        );

** I have no idea what I'm doing with packagist and github **