Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pmmp/extension-stub-generator
Generates stubs for extension classes, constants, functions and more. Useful for autocomplete in IDEs.
https://github.com/pmmp/extension-stub-generator
Last synced: 3 months ago
JSON representation
Generates stubs for extension classes, constants, functions and more. Useful for autocomplete in IDEs.
- Host: GitHub
- URL: https://github.com/pmmp/extension-stub-generator
- Owner: pmmp
- Created: 2018-02-01T11:05:16.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-07-31T13:53:18.000Z (over 3 years ago)
- Last Synced: 2024-09-27T10:01:16.241Z (3 months ago)
- Language: PHP
- Size: 7.81 KB
- Stars: 13
- Watchers: 7
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# extension-stub-generator
Generates stubs for extension classes, constants, functions and more. Useful for autocomplete in IDEs.This is based on a heavily-modified version of https://gist.github.com/ralphschindler/4757829. The original source for this script is outdated. This version has formatting customizations over the original and support for PHP 7.x.