This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
lnkohana/vendor/phpunit/php-text-template
2013-04-22 14:09:50 +10:00
..
build Kohana v3.3.0 2013-04-22 14:09:50 +10:00
Text Kohana v3.3.0 2013-04-22 14:09:50 +10:00
build.xml Kohana v3.3.0 2013-04-22 14:09:50 +10:00
ChangeLog.markdown Kohana v3.3.0 2013-04-22 14:09:50 +10:00
composer.json Kohana v3.3.0 2013-04-22 14:09:50 +10:00
LICENSE Kohana v3.3.0 2013-04-22 14:09:50 +10:00
package-composer.json Kohana v3.3.0 2013-04-22 14:09:50 +10:00
package.xml Kohana v3.3.0 2013-04-22 14:09:50 +10:00
README.markdown Kohana v3.3.0 2013-04-22 14:09:50 +10:00

Text_Template

Installation

Text_Template should be installed using the PEAR Installer. This installer is the backbone of PEAR, which provides a distribution system for PHP packages, and is shipped with every release of PHP since version 4.3.0.

The PEAR channel (pear.phpunit.de) that is used to distribute Text_Template needs to be registered with the local PEAR environment:

sb@ubuntu ~ % pear channel-discover pear.phpunit.de
Adding Channel "pear.phpunit.de" succeeded
Discovery of channel "pear.phpunit.de" succeeded

This has to be done only once. Now the PEAR Installer can be used to install packages from the PHPUnit channel:

sb@vmware ~ % pear install phpunit/Text_Template
downloading Text_Template-1.0.0.tgz ...
Starting to download Text_Template-1.0.0.tgz (2,493 bytes)
....done: 2,493 bytes
install ok: channel://pear.phpunit.de/Text_Template-1.0.0

After the installation you can find the Text_Template source files inside your local PEAR directory; the path is usually /usr/lib/php/Text.