phalcon/ide-stubs
The most complete Phalcon Framework IDE stubs library which enables autocompletion in modern IDEs.
Maintainers
Requires
- php: >=8.1
Requires (Dev)
- pds/composer-script-names: ^1.0
- pds/skeleton: ^1.0
- squizlabs/php_codesniffer: ^4.0
- vimeo/psalm: ^6.16
Suggests
None
Provides
None
Conflicts
None
Replaces
None
BSD-3-Clause 3eea65770216ee93d349802f6e8d8711478d9a5c
- Phalcon Team <team.woop@phalcon.io>
- Contributors
stubautocompletestubsphalconidephpstormnetbeansDevtoolsEclipse
This package is auto-updated.
Last update: 2026-06-22 18:57:17 UTC
README
This repo provides the most complete Phalcon Framework stubs which enables autocompletion in modern IDEs.
Installing via Composer
composer require --dev phalcon/ide-stubs
Installing via Git
- Clone the Phalcon IDE Stubs repository in a common location.
- Setup your IDE.
Read before create PR with fix
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.
How to update stubs
- Generate stubs inside
cphalconproject
php zephir.phar fullclean php zephir.phar generate php zephir.phar stubs
- Replace
.zepinside generated.phpfiles
find ide/ -type f -exec rename 's/\.zep//' '{}' \;
- Mass fix code style
# Pick latest .phar from here: https://github.com/squizlabs/PHP_CodeSniffer/releases
php phpcbf.phar --standard=PSR12 src
- Copy all files from
ide/%version%/Phalcon/folder incphalconproject - Paste inside
src/folder inide-stubsproject
Sponsors
Become a sponsor and get your logo on our README on Github with a link to your site. [Become a sponsor]
👁 ImageBackers
Support us with a monthly donation and help us continue our activities. [Become a backer]
👁 ImageLicense
Phalcon IDE Stubs is open-sourced software licensed under the New BSD License. © Phalcon Framework Team and contributors.
