0 votes
in PHP by
What is PEAR in PHP?

1 Answer

0 votes
by

PEAR is a framework and repository for reusable PHP components. PEAR stands for PHP Extension and Application Repository. It contains all types of PHP code snippets and libraries.

It also provides a command line interface to install "packages" automatically.

...