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
Suggests
- ext-runkit: For using the runkit API.
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
- Open your IDE.
- Rebuild your code hint index.
- Create a PHP script.
- Use the runkit API.
This has been tested on PhpStorm 5.0 and greater.