Generates IDE stubs for extension modules using PHP's Reflection API.
Use phive (recommended):
phive install souplette-php/chicot
Alternatively, grab the phar archive from the latest release.
composer require souplette/chicot
List installed extension modules:
chicot modules
Generate stubs for the core
module and writes them to a file named core.stub.php
:
chicot stub 'core' 'core.stub.php'