masnun / phpman
A command line tool for quickly navigating to php manual
dev-master
2014-01-21 19:43 UTC
Requires
- php: >=5.3
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is not auto-updated.
Last update: 2026-08-25 09:56:58 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
$PATHand rename it asphpman
Building from Source
I used pharmaker to build out the Phar.