krsque/php-ext-protobuf-stubs

PHPStan / Psalm / PhpStorm stubs for ext-protobuf (the protobuf C extension for PHP)

Maintainers

Package info

github.com/krsque/php-ext-protobuf-stubs

pkg:composer/krsque/php-ext-protobuf-stubs

Statistics

Installs: 2

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

35.0.0 2026-05-20 10:30 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>