krsque / php-ext-protobuf-stubs
PHPStan / Psalm / PhpStorm stubs for ext-protobuf (the protobuf C extension for PHP)
35.0.0
2026-05-20 10:30 UTC
Requires
- php: >=8.2
Conflicts
- ext-protobuf: !=5.35.0
This package is auto-updated.
Last update: 2026-05-21 10:51:27 UTC
README
PHPStan / Psalm / PhpStorm stubs for ext-protobuf v5.34.2.
Installation
composer require --dev krsque/php-ext-protobuf-stubs:~34.2.0
Version convention
Stubs versions map to ext-protobuf with the major version dropped: ext-protobuf v5.34.2 → stubs 34.2.*.
PHPStan
Works automatically if you have phpstan/extension-installer. Otherwise, add to your phpstan.neon:
includes: - vendor/krsque/php-ext-protobuf-stubs/extension.neon
Psalm
Add to your psalm.xml:
<stubs> <file name="vendor/krsque/php-ext-protobuf-stubs/stubs/" preloadClasses="true" /> </stubs>