Stars: 175
Forks: 45
Pull Requests: 54
Issues: 34
Watchers: 22
Last Updated: 2022-09-16 23:01:51
PHP Template Attribute Language — template engine for XSS-proof well-formed XHTML and HTML5 pages
License: GNU Lesser General Public License v2.1
Languages: PHP, Shell, Makefile, HTML
If you want to use the builtin internationalisation system (I18N), the php-gettext extension must be installed or compiled into PHP (--with-gettext
).
You can install this package by using Composer. Link to Packagist: https://packagist.org/packages/phptal/phptal
composer require phptal/phptal
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/
Please see the projects releases page
You can find the latest development version on github:
https://github.com/phptal/PHPTAL
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.