Download the PHP package snicco/templating-bundle without Composer
On this page you can find all versions of the php package snicco/templating-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package templating-bundle
Snicco - TemplatingBundle
This WordPress bundle integrates snicco/templating in applications based on snicco/kernel.
Installation
Configuration
See config/templating.php for the available configuration options.
If this file does not exist in your configuration directory the default configuration will be copied the first time the kernel is booted in dev mode.
Add the TemplatingBundle to your bundles.php
config file.
Usage
Templating Middleware
The TemplatingMiddleware that
renders ViewResponses by using the templating engine of the snicco/templating library.
It should replace the simpler SimpleTemplating middleware of the http-routing-bundle.
View context
When resolving the TemplateEngine from the booted kernel the following context will be available in all views:
url=> an instance ofUrlGeneratorview=> theTemplatEngineinstance itself
Error handling
The TemplatingExceptionDisplayer if the http-routing-bundle is used.
This exception displayer can be added in your http_error_handling configuration.
It will display exceptions based on the HTTP status code.
An exception with status code 403 will be rendered with this displayer, if either the path-to-templates/errors/403.php or path-to-templates/exceptions/403.php
template file exists.
It is possible to create dedicated exception templates for exceptions thrown inside the WordPress admin area.
Just add the -admin suffix to the corresponding file name like so:
path-to-templates/exceptions/403-admin.php
Contributing
This repository is a read-only split of the development repo of the Snicco project.
This is how you can contribute.
Reporting issues and sending pull requests
Please report issues in the Snicco monorepo.
Security
If you discover a security vulnerability within BetterWPCache, please follow our disclosure procedure.
All versions of templating-bundle with dependencies
snicco/templating Version ^2.0
snicco/kernel Version ^2.0
snicco/psr7-error-handler Version ^2.0
snicco/http-routing Version ^2.0