phptal/phptal

PHPTAL is a templating engine for PHP5 that implements Zope Page Templates syntax

Package info

github.com/phptal/PHPTAL

Homepage

pkg:composer/phptal/phptal

Statistics

Installs: 443 069

Dependents: 24

Suggesters: 3

Stars: 180

Open Issues: 15

1.11.0 2025-11-06 12:57 UTC

Requires

  • php: ~8.3.0 || ~8.4.0 || ~8.5.0

Requires (Dev)

Suggests

None

Provides

None

Conflicts

None

Replaces

None

LGPL-2.1+ 69926771955ce722605e62ec0259ebf7bc0a2ef4

zopetemplate enginephptal


README

πŸ‘ Monthly Downloads
πŸ‘ License
πŸ‘ Build Status
πŸ‘ Scrutinizer Quality Score

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.