sloanlance/pman-php-manual

There is no license information available for the latest version (1.0.0) of this package.

PHP documentation manual pages from the PEAR package

1.0.0 2016-11-17 22:49 UTC

This package is auto-updated.

Last update: 2024-04-23 02:00:51 UTC


README

PHP documentation in manpage format from the official PEAR package and a wrapper script, pman, to display them using the common man command.

Installation

  1. Be sure ~/.composer/vendor/bin is included in the path.
  2. Use Composer to install:

composer global require sloanlance/pman-php-manual

It's important to note that the installation command shown at the top of the Packagist page for this package is not ideal. It will install the package for the current directory, not globally. Be sure to use this command instead.

Usage

Use the pman script to display documentation pages:

  • pman DateTime
  • pman realpath
  • Etc.