Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 730 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 730 Bytes

PHP Extension Stub Generator

This is an updated version with up-to-date dependencies.

PHP ReflectionExtension's Information Rewind to PHP Code As Stub.

Purpose

Code Completion under IDE.

USAGE

$ php-extension-stub-generator.phar dump-files {extension name} {dir} 

USAGE Example

$ php-extension-stub-generator.phar dump-files ast tmp
$ php -d extension=/home/you/git/nikic_php-ast/modules/ast.so php-extension-stub-generator.phar dump-files ast tmp

MOSTELY YOU DON'T NEED