softwarezhu/phptal
Composer 安装命令:
composer require softwarezhu/phptal
包简介
PHPTAL is a templating engine for PHP5 that implements Zope Page Templates syntax
README 文档
README
Requirements
To use PHPTAL in your projects, you will only require PHP 5.1.2 or later.
If you want to use the builtin internationalisation system (I18N), the php-gettext extension must be installed or compiled into PHP (--with-gettext).
Composer install (recommended)
You can install this package by using Composer. Link to Packagist: https://packagist.org/packages/phptal/phptal
composer require phptal/phptal
Manual install
Get the latest PHPTAL tarball from https://github.com/phptal/PHPTAL/releases
tar zxvf PHPTAL-X.X.X.tar.gz
mv PHPTAL-X.X.X/PHPTAL* /path/to/your/php/include/path/
Changelog
Please see the projects releases page
Getting the latest development version
You can find the latest development version on github:
https://github.com/phptal/PHPTAL
Addition development requirements (optional)
If you would like to generate the offical html/text handbook by calling
make doc, you will need to install the xmlto package. Please use
your operating systems package manager to install it.
统计信息
- 总下载量: 34
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: LGPL-2.1
- 更新时间: 2016-04-11