krsque / php-ext-protobuf-stubs
PHPStan / Psalm / PhpStorm stubs for ext-protobuf (the protobuf C extension for PHP)
34.1.0
2026-03-29 15:39 UTC
Requires
- php: >=8.2
Conflicts
- ext-protobuf: !=5.34.1
This package is auto-updated.
Last update: 2026-03-30 09:42:15 UTC
README
PHPStan / Psalm / PhpStorm stubs for ext-protobuf v5.34.1.
Installation
composer require --dev krsque/php-ext-protobuf-stubs:~34.1.0
Version convention
Stubs versions map to ext-protobuf with the major version dropped: ext-protobuf v5.34.1 → stubs 34.1.*.
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>