Flaconi Enqueue RdKafka Serializer Bundle
Table of contents
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.