Installation

Requirements

Horde Routes requires PHP 5.1.0 or later. PHP 5.2 or later is recommended.

PEAR Package

Horde Routes is still under development but it's already complete enough to be useful. The latest release available is 0.4.0.

The easiest way to install it is via the PEAR installer:

$ sudo pear channel-discover pear.horde.org
$ sudo pear install horde/routes

CVS

Technically savvy people can fetch the sources and install the package by themselves, copying the files into your PHP include_path or local library directory.

Testing the Installation

Once you have Horde Routes installed on your machine, you can start routing requests using the instructions in the Manual.