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
Requires
- kylekatarnls/jade-php: dev-master
- slim/slim: ^3.0.0@beta
Requires (Dev)
- pug-php/pug: ^2.4
- slim/slim: ^3.0.0@beta
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 **