LinuxCommandLibrary

pecl

PHP Extension Community Library manager

TLDR

Install extension

$ pecl install [extension]
copy
Search extensions
$ pecl search [query]
copy
List installed
$ pecl list
copy
Uninstall extension
$ pecl uninstall [extension]
copy
Upgrade extension
$ pecl upgrade [extension]
copy
Show extension info
$ pecl info [extension]
copy

SYNOPSIS

pecl [command] [options] [package]

DESCRIPTION

pecl is PHP Extension Community Library manager. Installs PHP extensions.
The tool manages compiled extensions. Part of PEAR.

PARAMETERS

install PACKAGE

Install extension.
uninstall PACKAGE
Remove extension.
search QUERY
Search packages.
list
List installed.
upgrade PACKAGE
Upgrade extension.
info PACKAGE
Show package info.

CAVEATS

Requires PHP development tools. May need root. Compiler required.

HISTORY

PECL was created for distributing PHP extensions separately from core.

SEE ALSO

pear(1), php(1), phpize(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community