pike/slim-jade

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

Installs: 22

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 1

pkg:composer/pike/slim-jade

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

This package is not auto-updated.

Last update: 2025-10-11 23:32:56 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 **