jlndk / slim-jade
Enables use of the jade preprocessor together with the Slim Framework
Installs: 91
Dependents: 1
Suggesters: 0
Security: 0
Stars: 4
Watchers: 3
Forks: 3
Open Issues: 0
pkg:composer/jlndk/slim-jade
Requires
- php: >=5.4.0
- kylekatarnls/jade-php: ^1.3
- slim/slim: ~2.0
- slim/views: 0.1.*
Requires (Dev)
This package is auto-updated.
Last update: 2025-09-29 01:37:39 UTC
README
This is a helper for the Slim framework, that allows the use of jade-php, together with Slim
Install
Via Composer
$ composer require jlndk/slim-jade
Requires Slim Framework 3 and PHP 5.4.0 or newer.
How to use
The Jade Syntax Reference
Jade-php
<?php require 'vendor/autoload.php'; $app = new \Slim\Slim(array( 'view' => new \Jlndk\SlimJade\Jade() ));
Contributing
Please see CONTRIBUTING for details.
Credits
License
The MIT License (MIT). Please see License File for more information.