2017 © Pedro Peláez
 

library view

Smarty and Twig View Parser package

image

soliphp/view

Smarty and Twig View Parser package

  • Friday, March 2, 2018
  • by ueaner
  • Repository
  • 1 Watchers
  • 1 Stars
  • 29 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Soli View

此项目对常用模版引擎进行封装,便于集成到开发者所熟悉的框架。 目前支持以下模版引擎:, (*1)

  • Twig
  • Smarty

安装

使用 composer 安装到你的项目:, (*2)

composer require soliphp/view

使用

examples 目录下提供了 Soli View 的相关示例。, (*3)

Twig

安装 Twig 模版引擎:, (*4)

composer require twig/twig

运行示例:, (*5)

php examples/twig.php

Smarty

安装 Smarty 模版引擎:, (*6)

composer require smarty/smarty

运行示例:, (*7)

php examples/smarty.php

License

MIT Public License, (*8)

The Versions

02/03 2018

dev-master

9999999-dev https://github.com/soliphp/view

Smarty and Twig View Parser package

  Sources   Download

MIT

The Requires

  • php >=5.5.0

 

by Avatar ueaner

templating view soliphp

27/02 2018

v1.0.1

1.0.1.0 https://github.com/soliphp/view

Smarty and Twig View Parser package

  Sources   Download

MIT

The Requires

  • php >=5.5.0

 

by Avatar ueaner

templating view soliphp

22/03 2017

v1.0.0

1.0.0.0 https://github.com/soliphp/view

Smarty and Twig View Parser package

  Sources   Download

MIT

The Requires

  • php >=5.5.0

 

by Avatar ueaner

templating view soliphp