--%>

PEAR in PHP

What is PEAR in PHP?

E

Expert

Verified

Term PEAR means PHP Extension and Application Repository. It is a framework and repository for reusable PHP components. It is a code repository containing all kinds of PHP code snippets and libraries.

For automatically install "packages", PEAR provide a command-line interface that can be used.

   Related Questions in PHP Web Programming