Download the PHP package zver/view without Composer
On this page you can find all versions of the php package zver/view. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor zver
Package view
Short Description Template engine with auto escaping html entities and with full PHP-native code support
License
Package view
Short Description Template engine with auto escaping html entities and with full PHP-native code support
License
Please rate this library. Is it a good library?
Informations about the package view
Zver\View 
Template engine with auto escaping html entities and with full PHP-native code support
Install
Examples
Loading from string
Loading from file
Autodetect loading (file or string)
Views directories
You can add directories to search views files, instead of passing absolute filename as argument
Last added dir is first to search
Absolute paths also works anyway
Example directory structure
and load views like this
Escaping HTML entities
You can use escaping syntax in views
$string1 - will rendered as it is,
$string2 - will escape HTML entities,
Nested usage
All versions of view with dependencies
PHP Build Version
Package Version
Requires
ext-mbstring Version
*
The package zver/view contains the following files
Loading the files please wait ....