ranvis/ext-cbor-stub

Stub files for CBOR codec extension

v0.4.9 2023-11-17 12:09 UTC

This package is auto-updated.

Last update: 2024-05-17 13:18:37 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 it.

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.