PHP Documentation Search Workflow for Alfred
Would you like to use Alfred for MacOS to quickly search the PHP documentation?
Well, this Workflow will allow just that, super easy to install and start using. Guaranteed it will improve your productivity as you can just use your hotkey for Alfred and quick look at the function you're wanting to check out. You can also open the php.net documenation in your default web browser.
Inspired by Laravel Docs Search by Till Krüss
Installation
- Download the latest version
- Install the workflow by double-clicking and opening the
.alfredworkflow
file that you just downloaded. - If you want you can add the workflow to a category (not required), then click "Import" to finish importing.
- Now the workflow will be listed there on the left of your Alfred Workflows preferences.
Usage
Just type php
with a space and whatever you're trying to search on php.net and results display instantly.
php <query>
php array_unique
There are two ways to see the actual php.net documentation page.
1. Press ⌘Y
to quick look the result.
2. Press <enter>
to open the PHP documentation page in your default web browser.