Scroll to navigation

PEAR(1) User commands PEAR(1)

NAME

pear, pecl, peardev - PEAR installer

SYNOPSIS

pear [ options ] command [command-options] <parameters>

pecl [ options ] command [command-options] <parameters>

peardev [ options ] command [command-options] <parameters>

DESCRIPTION

PEAR is the PHP Extension and Application Repository, found at http://pear.php.net.

The pear command is used to install PEAR extensions.

The pecl command is used to install PECL extensions.

The peardev command is a wrapper for the pear command which removes the normal configured memory limit.

OPTIONS

increase verbosity level (default 1)
be quiet, decrease verbosity level
find user configuration in file
find system configuration in file
set user config variable foo to bar
set system config variable foo to bar
start in graphical (Gtk) mode
store system configuration
store user configuration
unset foo in the user configuration
version information
-h
-?
display help/usage

COMMANDS

Build an Extension From C Source
Unpacks a Pecl Package
Add a Channel
Specify an alias to a channel name
Remove a Channel From the List
Initialize a Channel from its server
Retrieve Information on a Channel
Connects and authenticates to remote channel server
Logs out from the remote channel server
Update an Existing Channel
Clear Web Services Cache
Create a Default configuration file
Show One Setting
Show Information About Setting
Change Setting
Show All Settings
Convert a package.xml 1.0 to package.xml 2.0 format
Run a "cvs diff" for all files in a package
Set CVS Release Tag
Download Package
Downloads each available package from the default channel
Display information about a package
Install Package
List Installed Packages In The Default Channel
List All Packages
List Available Channels
List Files In Installed Package
List Available Upgrades
Connects and authenticates to remote server [Deprecated in favor of channel-login]
Logs out from the remote server [Deprecated in favor of channel-logout]
Builds an RPM spec file from a PEAR package
Builds an RPM spec file from a PEAR package
Build Package
Show package dependencies
Validate Package Consistency
Build PECL Package
Information About Remote Packages
List Remote Packages
Run Post-Install Scripts bundled with a package
Run Regression Tests
Search remote package database
Shell Script Test
Sign a package distribution file
Set SVN Release Tag
Un-install Package
Update the Channel List
Upgrade Package
Upgrade All Packages [Deprecated in favor of calling upgrade with no parameters]

FILES

/etc/pear.conf
The system configuration file.
$HOME/.pearrc
The user configuration.

SEE ALSO

pear help options
    
pear help shortcuts
    
pear help command
    

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

VERSION INFORMATION

This manpage describes PEAR, version 1.10.0.

COPYRIGHT

Copyright © 1997-2009 Stig Bakken, Gregory Beaver, Helgi Þormar Þorbjörnsson, Tomas V.V.Cox, Martin Jansen.

All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

* Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.

* Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

BUGS

You can view the list of known bugs or report any new bug you found at:

http://pear.php.net/bugs/

2013 The PEAR Group