PEARs

Check out the PEAR Manual: http://pear.php.net/manual/en/.

Install PEAR: http://pear.php.net/manual/en/guide.users.commandline.cli.php.

  1. $ pear help install

Show Config: http://pear.php.net/manual/en/guide.users.commandline.config.php.

  1. $ pear config-show

Installing Packages: http://pear.php.net/manual/en/guide.users.commandline.installing.php.

  1. /* the gist of it */
  2. $ pear install foo
  3. Ignoring installed package pear/foo
  4. Nothing to install

Getting information about packages: http://pear.php.net/manual/en/guide.users.commandline.packageinfo.php.

 

Packages

http://pear.php.net/manual/en/packages.php

 

No votes yet