Installation
patConfiguration 2.0.0 can be installed in two ways: Either you just download
your preferred archive and unpack it, or you download a PEAR package file
that can be easily installed with the PEAR installer.
To install patConfiguration in the old fashioned way, just download one of the following packages
and unpack it into your webroot. You will need to install patError as well, which can be dowloaded
from our site.
If you prefer to use the PEAR installer, then download the PEAR package file (the last in
the list) and type:
$ pear install patConfiguration-2.0.0b1.tgz
The PEAR installer then will do the rest for you and you may include patConfiguration via
require_once 'pat/patConfiguration.php';
 | patError needed
To use patConfiguration, you will need to download and install patError
from our site. You should use the same installation procedure as for patConfiguration to avoid
dependency conflicts.
|  |
If you are using PEAR 1.4.0 or higher, you may use our PEAR-channel to install patConfiguration. To add our channel,
just use:
$ pear channel-discover pear.php-tools.net
After the channel has been added, you may easily install patConfiguration using the following command:
$ pear install pat/patConfiguration
 | patConfiguration 2.0.0 beta |  |