Stars: 150
Forks: 49
Pull Requests: 61
Issues: 29
Watchers: 18
Last Updated: 2023-09-12 15:49:15
This repo provides the most complete Phalcon Framework stubs which enables autocompletion in modern IDEs.
composer require --dev phalcon/ide-stubs
All stubs are generated from cphalcon project via Zephir stubs.
Please find the problem inside Phalcon's Zephir code and submit pull request with fix here.
cphalcon
projectphp zephir.phar fullclean
php zephir.phar generate
php zephir.phar stubs
.zep
inside generated .php
filesfind ide/ -type f -exec rename 's/\.zep//' '{}' \;
# Pick latest .phar from here: https://github.com/squizlabs/PHP_CodeSniffer/releases
php phpcbf.phar --standard=PSR12 src
ide/%version%/Phalcon/
folder in cphalcon
projectsrc/
folder in ide-stubs
projectBecome a sponsor and get your logo on our README on Github with a link to your site. [Become a sponsor]
Support us with a monthly donation and help us continue our activities. [Become a backer]
Phalcon IDE Stubs is open-sourced software licensed under the New BSD License. © Phalcon Framework Team and contributors.