masnun / phpman
A command line tool for quickly navigating to php manual
Installs: 13
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/masnun/phpman
Requires
- php: >=5.3
This package is not auto-updated.
Last update: 2025-10-07 06:07:29 UTC
README
PHPMan is a simple command line tool that uses Google's "Feeling Lucky" feature to quickly take you to the most relevant page.
Installation
Using Composer
composer global require masnun/phpman:dev-master
Manual download
- Download
phpman.phar
- Make it executable -
chmod a+x phpman.phar
- Run it -
./phpman.phar array shift
- it will take you to the most relevant page for "array shift" search - Optionally, you can add the executable to your
$PATH
and rename it asphpman
Building from Source
I used pharmaker to build out the Phar.