herrera-io/runkit-hint

A code hint file for the runkit extension.


Keywords
hint, runkit
License
MIT

Documentation

Runkit Code Hints

A code hint file for the runkit extension.

Summary

It's simple really. Add it to your list of development Composer dependencies and install it. When your favorite IDE builds its code hint index, you will begin seeing code hints for the runkit API (if you have it configured properly).

Installation

Add it to your list of Composer development dependencies:

$ composer require --dev herrera-io/runkit-hint=1.*

Usage

  1. Open your IDE.
  2. Rebuild your code hint index.
  3. Create a PHP script.
  4. Use the runkit API.

This has been tested on PhpStorm 5.0 and greater.