
There are two ways to install Templum: Via PEAR (recommended), or manually from the source package:
Notice: If you've got an older version of Templum installed, you must first remove that version using the following command:
pear uninstall channel://__uri/templum-0.3.0
You can directly install Templum from the Internet if you've got PEAR installed with the following command:
pear install http://templum.electricmonk.nl/releases/templum-0.4.0.tgz
You can also download the PEAR package manually and install it with:
pear install ./templum-0.4.0.tgz
http://templum.electricmonk.nl/releases/templum-0.4.0.tgz
You can also download a normal source package. These source packages include the documentation and examples for that release.
| Maturity | Version | tar.gz |
|---|---|---|
| Beta | v0.4.0 | templum-src-0.4.0.tar.gz |
| Alpha | v0.3.0 | templum-src-0.3.0.tar.gz |
| Alpha | v0.2.0 | templum-src-0.2.0.tar.gz |
| Alpha | v0.1.0 | templum-src-0.1.0.tar.gz |