herrera-io/runkit-hint

This package is abandoned and no longer maintained. No replacement package was suggested.

A code hint file for the runkit extension.

1.0.0 2013-03-26 20:23 UTC

This package is not auto-updated.

Last update: 2021-12-07 01:35:28 UTC


README

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.