SugarNewsWikiDocsBugsForumFilesSource LoginRegister
HomeNewsPEAR Channel Available
PEAR Channel Available
A PEAR channel for Sugar is now available at http://pear.php-sugar.net/.

The PEAR channel makes it even easier to install and upgrade Sugar. The channel can be installed using the command:

pear channel-discover pear.php-sugar.net

Once the channel is installed, the Sugar package can be installed using the command:

pear install sugar/Sugar-alpha

After installation, your PHP applications can easily access the Sugar engine. Assuming that the PEAR installation path is in the PHP include path, Sugar can be included using:

require 'Sugar.php';