ranvis / ext-cbor-stub
Stub files for CBOR codec extension
v0.4.10
2024-12-23 05:16 UTC
README
PHP Stub files for CBOR codec extension
License
BSD 2-Clause License
What is this?
This package contains stub definitions for CBOR codec extension. IDE can autocomplete symbols available in the extension by installing this package.
The package also provides the extension's interfaces for autoloading. Userland applications implementing those will not break when the extension is not available.
To make this fallback possible, this package itself does not declare a dependency to the extension.
Installation
composer require "ranvis/ext-cbor-stub:^0.4"
The version of this package should be in synchronized with the extension.
You may add --dev
option if the extension is always available on production, so that the package is omitted on that environment.