Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Phalcon Devtools | 1,305 | 268 | 68 | 2 years ago | 62 | July 07, 2021 | 21 | other | JavaScript | |
Phalcon Developer Tools | ||||||||||
Phpstorm Stubs | 1,235 | 149 | 47 | 6 days ago | 5 | September 16, 2020 | 2 | apache-2.0 | PHP | |
PHP runtime & extensions header files for PhpStorm | ||||||||||
Ide Helper | 465 | 73 | 291 | 10 days ago | 72 | September 22, 2022 | apache-2.0 | PHP | ||
📘 Swoole IDE Helper | ||||||||||
Micropy Cli | 237 | 2 | 11 hours ago | 31 | April 17, 2022 | 35 | mit | Python | ||
Micropython Project Management Tool with VSCode support, Linting, Intellisense, Dependency Management, and more! | ||||||||||
Ide Stubs | 151 | 78 | 92 | 22 days ago | 42 | January 15, 2023 | 1 | other | PHP | |
Phalcon IDE Stubs | ||||||||||
Php Rdkafka Stubs | 127 | 37 | 33 | 7 months ago | 28 | August 16, 2022 | 1 | mit | PHP | |
Rdkafka extension stubs for your IDE. Always compatibile with the latest php-rdkafka version. | ||||||||||
Phalcon Stubs | 23 | 22 | 9 | 5 years ago | 30 | January 16, 2018 | PHP | |||
Phalconphp stubs for IDEs | ||||||||||
Ruby Api Stubs | 20 | a month ago | 6 | mit | Ruby | |||||
Auto-generated stubs for the SketchUp Ruby API. Useful for IDE intellisense and auto-complete. | ||||||||||
Phalconphpdoc | 14 | 9 years ago | PHP | |||||||
PHPDoc IDE stub helpers for Phalcon v 1.2.4 | ||||||||||
Php Extension Stub Generator | 11 | 4 years ago | 4 | February 24, 2018 | 1 | PHP | ||||
PHP ReflectionExtension's Information Rewind to PHP Code As Stub |
This package provides you a set of stubs for RdKafka extension. It currently supports version 4.0. For older verisions of rdkafka extenstion (3.x and 0.9) please use version 1.x of this repository.
Add package to your composer.json dev dependencies
$ composer require kwn/php-rdkafka-stubs --dev
Once package is installed, your IDE should simply discover all stubs automatically. Please notice, that kwn/php-rdkafka-stubs
package has no autoloader configuration provided, so stubs classes are visible in your IDE, but don't clashes with rdkafka
extension namespaces.