flaconi/enqueue-rdkafka-serializer-bundle

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


License
MIT

Documentation

Flaconi Enqueue RdKafka Serializer Bundle

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.