phptal / phptal
PHPTAL is a templating engine for PHP5 that implements Zope Page Templates syntax
Requires
- php: ~8.3.0 || ~8.4.0 || ~8.5.0
Requires (Dev)
- phpunit/phpunit: ^12.4.2
- 1.12.x-dev
- 1.11.x-dev
- 1.11.0
- 1.10.x-dev
- 1.10.0
- 1.9.x-dev
- 1.9.0
- 1.8.x-dev
- 1.8.0
- 1.7.x-dev
- 1.7.0
- 1.6.x-dev
- 1.6.0
- 1.5.x-dev
- 1.5.0
- 1.4.x-dev
- 1.4.0
- 1.3.x-dev
- 1.3.1
- 1.3.0
- dev-dependabot/composer/phpunit/phpunit-12.5.22
- dev-dependabot/composer/phpunit/phpunit-12.5.8
- dev-master
- dev-AST
- dev-googleplusone
- dev-nativedom
This package is auto-updated.
Last update: 2026-04-18 11:21:34 UTC
README
Requirements
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.