Stay tuned, don't forget the News Feed PHPTAL news - Atom feed

Download

The PHPTAL library is licensed under the terms of the GNU Lesser General Public License.

Installation procedure

PEAR installation

The latest stable release of PHPTAL (1.1.16) is always reachable via latest.tar.gz, and the following will work:

pear install http://phptal.org/latest.tar.gz
pear upgrade http://phptal.org/latest.tar.gz

Manual installation

  1. Download latest tarball
  2. Unpack it (e.g. tar zxvf PHPTAL-1.1.16.tar.gz, or if you want clickety thing for Windows, then use WinRAR)
  3. Copy files from PHPTAL-1.1.16 directory to anywhere you like (your project or include directory)
  4. Include PHPTAL.php in your scripts (e.g. require_once "my/stuff/libs/phptal/PHPTAL.php";)

Future versions

These versions are for testing. If you've found bug in PHPTAL, please check if it's not fixed already. Use of this code in production is risky.

Beta

Package with beta (3) version of PHPTAL 1.2.0 is available.

Source code

You can access latest PHPTAL source code using subversion.

svn co https://svn.motion-twin.com/phptal/trunk phptal

If you are willing to send me patches, please use svn diff to ease the communication.

Of course you can always browse the subversion repository. The trunk folder contains the latest code.

Old versions

You can also install older releases of PHPTAL using specific URLs:

pear install http://phptal.org/files/PHPTAL-1.1.16.tar.gz
pear upgrade http://phptal.org/files/PHPTAL-1.1.16.tar.gz
Valid XHTML 1.0! Valid CSS!