mateusjunges/confluent-schema-registry-api
PHP 7.4+ client for Confluent Schema Registry REST API. Provides low-level PSR-7 request builders and high-level synchronous/asynchronous abstractions, with optional caching support, to register, fetch, and manage Avro schemas.
Architecture fit: The package provides a low-level PHP client for Confluent Schema Registry, making it suitable for Laravel applications requiring Avro schema management in Kafka workflows. However, it lacks Laravel-specific abstractions (e.g., service container bindings, config integration), requiring custom implementation layers. The synchronous/async API options align with Laravel's HTTP client patterns but don't leverage Laravel's built-in async capabilities (e.g., queues).
Integration feasibility: Composer-installable with Guzzle 7 compatibility, but requires manual client setup outside Laravel
How can I help you explore Laravel packages today?