PHP Doc Search

An Alfred Workflow


Short Description

Search and launch php.net doc pages from alfred

Last Updated

26 Feb 2021

Compatibility

Yosemite
(10.10)
Mavericks
(10.9)
Mountain Lion
(10.8)
Lion
(10.7)
Snow Leopard
(10.6)
Yes Yes Yes Yes Yes
 

Version

0.5
 

Bundle ID

com.bstonehill.alfred.php-doc-search
 

Categories

Tags

Emulates the php.net search field in Alfred by providing real-time search results for PHP functions, classes, etc. and linking to their doc page on php.net. The full result set for the php.net search field is stored locally and updates daily at the first use. Queries are case sensitive for more precise filtering.

Examples

"phpdoc array_"                                 Lists all php functions beginning with array_

"phpdoc array_merge"                      Opens the array_merge() doc page on php.net

"phpdoc Exception"                           Lists the Exception class methods

"phpdoc Exception::getMessage"     Opens the Exception::getMessage() doc page on php.net

Screenshots