library runkit-hint
A code hint file for the runkit extension.
herrera-io/runkit-hint
A code hint file for the runkit extension.
- Tuesday, March 26, 2013
- by kherge
- Repository
- 0 Watchers
- 4 Stars
- 10,098 Installations
- PHP
- 2 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 2 Versions
- 6 % Grown
Runkit Code Hints
A code hint file for the runkit extension., (*1)
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)., (*2)
Installation
Add it to your list of Composer development dependencies:, (*3)
$ 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., (*4)