flix-tech/confluent-schema-registry-api
PHP 7.4+ client for Confluent Schema Registry REST API. Provides low-level PSR-7 request builders and higher-level synchronous/asynchronous APIs, with optional caching and Avro support via flix-tech/avro-php for easier schema management.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| mateusjunges/confluent-schema-registry-api | 0.84 | PHP 7.4+ client for Confluent Schema Registry REST API. Provides high-level sync/async helpers plus low-level PSR-7 request builders, Avro schema support, and optional caching integration for fetching, registering, and managing schemas. | 1 | 1 | 1 | 147K | 0 | 18.0 | 63.7 | MIT | 1 month ago | |
| event-engine/php-json-schema | 0.83 | Event Engine JSON Schema package for PHP. Generate/use JSON Schema with ImmutableRecord type detection. v1.x detects types via method return hints (PHP 7.2–7.3); v2.x uses PHP 7.4+ typed properties for improved schema support. | 6 | 6 | 4 | 2K | 1 | 6.0 | 34.3 | MIT | 1 year ago | |
| adamwojs/symfony-config-schema-gen | 0.83 | Generate JSON Schema from your Symfony app’s configuration. Adds a config:dump-schema console command to export schemas (JSON by default), with options like schema id, pretty-print, strict mode, and extension whitelisting. | 1 | 1 | 3 | 109 | 0 | 7.6 | 25.1 | GPL-2.0 | 9 months ago | |
| api-platform/json-schema | 0.83 | — | 31 | 29 | 1 | 487K | 0 | 0.2 | 55.3 | MIT | — | |
| ezsystems/doctrine-dbal-schema | 0.82 | Doctrine DBAL schema utility package for eZ Platform/eZ Systems projects. Provides tools to define, compare and update database schemas using Doctrine DBAL, helping manage schema changes and migrations consistently across environments. | 30 | 30 | 4 | 5K | 0 | 6.7 | 30.5 | NOASSERTION | 3 years ago | |
| flix-tech/avro-serde-php | 0.82 | PHP library for serializing/deserializing Apache Avro with Schema Registry support. Built for Kafka-style messaging, it handles Avro binary encoding, schema resolution, and compatibility, providing a straightforward SerDe layer you can use in your own producers/consumers. | 67 | 68 | 40 | 69K | 15 | 10.8 | 47.2 | MIT | 1 year ago | |
| atcliff/kafka-bundle | 0.82 | — | 0 | 0 | 0 | 0 | 0 | 0.6 | — | MIT | 1 year ago | |
| jane-php/json-schema | 0.82 | — | 11 | 12 | 6 | 54K | 0 | 0.8 | 50.5 | MIT | 7 years ago | |
| jane-php/json-schema-runtime | 0.82 | Runtime support library for code generated by Jane JsonSchema. Provides shared classes used by Jane-generated PHP clients and models (serialization, validation, etc.). See Jane docs for usage and contribute via the main janephp repository. | 18 | 19 | 2 | 324K | 0 | 0.8 | 55.3 | MIT | 7 years ago | |
| arthem/graphql-mapper-bundle | 0.82 | — | 4 | 4 | 1 | 0 | 0 | 0.7 | — | MIT | 10 years ago | |
| justinrainbow/json-schema | 0.82 | Validate JSON documents against JSON Schema in PHP. Supports Draft-3, Draft-4, Draft-6 and Draft-7 (coverage varies). Install via Composer and use JsonSchema\Validator to validate data with local file $ref schemas and inspect validation errors. | 3,630 | 3,678 | 369 | 6M | 11 | 63.7 | 55.4 | MIT | 2 days ago | |
| event-engine/php-schema | 0.81 | Event Engine PHP Schema provides PHP type definitions to describe and validate event-driven message payloads. Define schemas for commands, events, and queries with reusable types, enabling consistent serialization, documentation, and tooling across your services. | 3 | 3 | 1 | 7K | 1 | 1.0 | 44.5 | MIT | 4 years ago | |
| ibexa/doctrine-schema | 0.81 | Symfony bundle that abstracts cross-DBMS schema import/export. Defines a custom YAML schema format, imports YAML into Doctrine DBAL Schema, exports Schema back to YAML, and provides an event-driven SchemaBuilder extension point via subscribers. | 4 | 4 | 2 | 29K | 0 | 27.7 | 60.6 | NOASSERTION | 4 weeks ago | |
| d1oxyde/kafka-bundle | 0.81 | Laravel-friendly Kafka integration bundle providing configuration, producer/consumer helpers, and streamlined setup for working with Apache Kafka in PHP applications. Suitable for event-driven apps needing message publishing and processing. | 0 | 0 | 1 | 0 | 0 | 0.3 | — | — | 4 years ago | |
| d3mo17/colja | 0.81 | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| youshido/graphql | 0.81 | A PHP GraphQL library for building schemas and executing queries with a type-safe, object-oriented API. Define types, fields, resolvers, and middleware in code, with support for input validation, custom scalars, and introspection for PHP apps. | 704 | 708 | 105 | 1K | 12 | 14.9 | 12.2 | MIT | 6 years ago | |
| jane/jane | 0.80 | Deprecated Jane package; development moved to janephp/janephp. Use the new repository for current releases, documentation, and support. | 78 | 85 | 9 | 259 | 0 | 1.7 | 6.7 | MIT | 8 years ago | |
| brick/schema | 0.80 | brick/schema is a PHP library to define, validate, and serialize data structures using schemas. Model arrays and objects with clear rules, enforce types and constraints, and convert to/from common formats for safer data exchange and persistence. | 51 | 51 | 6 | 5K | 5 | 2.7 | 1.5 | MIT | 1 year ago | |
| apie/schema-generator | 0.80 | Generates JSON Schema components from PHP objects with type hints, tailored for Apie entities, value objects, DTOs, enums, lists, and hashmaps. Produces cebe/php-openapi schema objects, focusing on schema sections (not full OpenAPI documents). | 0 | 0 | 0 | 22 | 0 | 0.0 | 18.8 | MIT | — | |
| idealo/php-rdkafka-ffi | 0.80 | Unmaintained Kafka client for PHP 7.4–8.0 using FFI bindings to librdkafka, compatible with php-rdkafka interfaces. Supports producer (transactions), consumer, admin client, mock cluster for tests, and callback-based error/log handling. | 82 | 82 | 5 | 3K | 1 | 1.2 | 15.5 | Apache-2.0 | 1 year ago |
How can I help you explore Laravel packages today?