Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sasezaki/php-extension-stub-generator
PHP ReflectionExtension's Information Rewind to PHP Code As Stub
https://github.com/sasezaki/php-extension-stub-generator
extension ide php stub
Last synced: about 1 month ago
JSON representation
PHP ReflectionExtension's Information Rewind to PHP Code As Stub
- Host: GitHub
- URL: https://github.com/sasezaki/php-extension-stub-generator
- Owner: sasezaki
- Created: 2016-12-18T13:58:00.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-05-11T01:46:08.000Z (over 5 years ago)
- Last Synced: 2024-12-13T01:14:08.391Z (about 1 month ago)
- Topics: extension, ide, php, stub
- Language: PHP
- Size: 128 KB
- Stars: 17
- Watchers: 2
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
PHP Extension Stub Generator
===========================================================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
```## BUILDING phar
to build phar, please install box.
```
$ composer.phar global require kherge/box --prefer-source
```and run,
```
$ php -d phar.readonly=0 ~/.composer/vendor/bin/box build
```## MOSTELY YOU DON'T NEED
- http://stackoverflow.com/questions/30328805/phpstorm-how-to-add-method-stubs-from-a-pecl-library-that-phpstorm-doesnt-curr