PECL is a repository for PHP Extensions. It provide a directory which contains numerous PHP extensions and hosting facilities where these extensions can be downloaded.
Using PECL to install extensions:
$ sudo pecl install xdebug
where xdebug is the extension being installed
Using PECL to uninstall extensions:
$ sudo pecl uninstall xdebug