Download the PHP package jobcloud/php-kafka-schema-registry-client without Composer
On this page you can find all versions of the php package jobcloud/php-kafka-schema-registry-client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package php-kafka-schema-registry-client
Kafka Schema Registry API Client
Description
An API Client written in PHP to communicate with Kafka Schema Registry.
Installation
Requirements
- php: ^8.0
Supported API calls
Currently it supports:
- Get list of subjects
- Get list of schema versions for a subject
- Delete Subject
- Delete Schema version
- Get Subject's Schema by version
- Get Schema by ID
- Register new Schema Version for a subject
- Check Schema compatibility for schema version that exist for subject
- Get Default Compatibility level
- Set Default Compatibility level
- Get Compatibility level of subject
- Set Compatibility level for subject
- Get Version by providing schema for a subject
- Get Subject's latest schema version
- Setting the registry mode
Code example
If you are using Pimple Container in you App, you can use Service Provider:
Contributing
This is an open source project that welcomes pull requests and issues from anyone.
This is the API reference to follow for any new functionality:
https://docs.confluent.io/current/schema-registry/develop/api.html
All versions of php-kafka-schema-registry-client with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.0
ext-json Version *
psr/http-client Version ^1.0.1
psr/http-message Version ^1.0.1 || ^2.0.0
ext-json Version *
psr/http-client Version ^1.0.1
psr/http-message Version ^1.0.1 || ^2.0.0
The package jobcloud/php-kafka-schema-registry-client contains the following files
Loading the files please wait ....