flaconi/enqueue-rdkafka-serializer-bundle

This package is abandoned and no longer maintained. No replacement package was suggested.

Symfony bundle to configure kafka serializer for different client's and transports

2.4.0 2019-08-07 07:51 UTC

This package is auto-updated.

Last update: 2023-03-16 17:07:23 UTC


README

Latest version Downloads Travis build status Code coverage PHPStan

Table of contents

  1. Installation
  2. Contributing

Installation

The recommended way to install Flaconi Enqueue RdKafka Serializer Bundle is through Composer.

{
	"require": {
		"flaconi/enqueue-rdkafka-serializer-bundle": "^1.0"
	}
}

Contributing

To make this repository work on your machine, clone it and run these two commands in the root directory of the repository:

composer install
composer code-style

After writing some code and editing or adding unit tests, run the tests again to check that everything is OK:

composer code-style

We are always looking forward for your bugreports, feature requests and pull requests. Thank you.