Download the PHP package billrobclark/alfred-phpdoc-search without Composer

On this page you can find all versions of the php package billrobclark/alfred-phpdoc-search. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package alfred-phpdoc-search

PHP Documentation Search Workflow for Alfred

Build Status Latest Stable Version License

http://www.packal.org/workflow/php-docs

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 powered by Algolia.

Installation

  1. Download the latest version
  2. Install the workflow by double-clicking and opening the .alfredworkflow file that you just downloaded.
  3. If you want you can add the workflow to a category (not required), then click "Import" to finish importing.
  4. Now the workflow will be listed there on the left of your Alfred Workflows preferences.

Note: If you'd like to change the default language for the PHP documentation you can. Just go to your Alfred preferences -> workflows -> PHP Docs -> then on the right you'll see some options. Click on the environment variables option [~] and edit the language to be the language desired (e.g 'en' => english, 'es' => spanish) and click save. Your PHP docs will now open up in the your set language.

Usage

Just type php with a space and whatever you're trying to search on php.net and results display instantly.

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.

All versions of alfred-phpdoc-search with dependencies

PHP Build Version
Package Version
Requires algolia/algoliasearch-client-php Version ^1.27
joetannenbaum/alfred-workflow Version ^0.1.1
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package billrobclark/alfred-phpdoc-search contains the following files

Loading the files please wait ....