masnun/phpman

A command line tool for quickly navigating to php manual

dev-master 2014-01-21 19:43 UTC

This package is not auto-updated.

Last update: 2024-05-06 23:48:20 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 as phpman

Building from Source

I used pharmaker to build out the Phar.