Download the PHP package wtf/html without Composer
On this page you can find all versions of the php package wtf/html. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package html
HTML
This package contains Twig template engine with flash messages and a useful Session class for WTF framework
Installation
Install via Composer
Configure your app
Create config file html.php
:
Optional: create csrf.php
config:
Add new provider and middleware
\Wtf\Html\Provider
into your providers list (suit.php
config)session_middleware
andcsrf_middleware
into your middlewares list (suit.php
config)- Add
session_start()
in your publicindex.php
Documentation
Plugin is currently extended with the following plugins. Instructions on how to use them in your own application are linked below.
Plugin | README |
---|---|
Slim Twig | https://github.com/slimphp/Twig-View |
Slim Flash | https://github.com/slimphp/Slim-Flash |
Slim Twig Flash | https://github.com/kanellov/slim-twig-flash |
Slim CSRF | https://github.com/slimphp/Slim-Csrf |
RKA Session | https://github.com/akrabat/rka-slim-session-middleware |
All versions of html with dependencies
PHP Build Version
Package Version
Requires
wtf/core Version
^1
slim/twig-view Version ^2.2
slim/flash Version ^0.2.0
kanellov/slim-twig-flash Version ^0.2.0
akrabat/rka-slim-session-middleware Version ^2.0
slim/csrf Version ^0.8.2
slim/twig-view Version ^2.2
slim/flash Version ^0.2.0
kanellov/slim-twig-flash Version ^0.2.0
akrabat/rka-slim-session-middleware Version ^2.0
slim/csrf Version ^0.8.2
The package wtf/html contains the following files
Loading the files please wait ....