Download the PHP package soliphp/view without Composer
On this page you can find all versions of the php package soliphp/view. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor soliphp
Package view
Short Description Smarty and Twig View Parser package
License MIT
Homepage https://github.com/soliphp/view
Package view
Short Description Smarty and Twig View Parser package
License MIT
Homepage https://github.com/soliphp/view
Please rate this library. Is it a good library?
Informations about the package view
Soli View
此项目对常用模版引擎进行封装,便于集成到开发者所熟悉的框架。 目前支持以下模版引擎:
- Twig
- Smarty
安装
使用 composer
安装到你的项目:
composer require soliphp/view
使用
examples 目录下提供了 Soli View 的相关示例。
Twig
安装 Twig 模版引擎:
composer require twig/twig
运行示例:
php examples/twig.php
Smarty
安装 Smarty 模版引擎:
composer require smarty/smarty
运行示例:
php examples/smarty.php
License
MIT Public License
All versions of view with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0
The package soliphp/view contains the following files
Loading the files please wait ....