10.7. Installer Front-Ends

The PEAR Installer provides a front-end (user interface) API that is used to implement different types of user interfaces.

10.7.1. CLI (Command Line Interface) Installer

The PEAR Command Line Interface installer runs in a terminal shell with human-readable text output. You have seen examples for this front-end from in the previous sections.

10.7.2. Gtk Installer

Earlier, you learned that the PEAR Installer separated the user interface code into “front-ends.” So far, this chapter has presented only the CLI front-end; in this section, you glance at the Gtk (GNOME) front-end.

Gtk is a graphical user interface toolkit that is common among Linux users. A Windows port exists as well, but this section focuses on the UNIX/Linux ...

Get PHP 5 Power Programming now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.