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: 0

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

34.1.0 2026-03-29 15:39 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>