About
phpMan is a single-file PHP web interface for Unix
man, perldoc, info, and
apropos commands. It makes it easier to read lengthy manual
pages in your browser — with syntax highlighting, section navigation,
and a floating table of contents.
Originally created in 2002 by Che Dong, phpMan has been continuously maintained and is compatible with PHP 8.x on GNU/Linux and FreeBSD.
Live Demo
The phpMan demo is hosted on chedong.com with full PHP support. Try it now:
Direct link:
https://www.chedong.com/phpMan.php
Features
/markdown for machine-readable format/man/ls/1Quick Start
Deploy phpMan on any PHP 8.x server with a single file:
# Clone the repository
git clone https://git.code.sf.net/p/phpunixman/code phpman
# Copy to your web server's document root
cp phpman/phpMan.php /var/www/html/
# Access in browser
# https://your-server/phpMan.php
For Apache 2.x, ensure AcceptPathInfo On is configured
to enable clean URL routing.
Links
- SourceForge Project Page — downloads, reviews, support
- Git Repository — browse source code
- Live Demo — running instance on chedong.com
- View Source — highlighted PHP source code
- License — GNU General Public License v2