leroy-merlin-br / metamorphosis
Kafka package for laravel applications
v4.2.0
2022-12-23 13:33 UTC
Requires
- php: >=7.4
- ext-json: *
- ext-rdkafka: >=4.0
- guzzlehttp/guzzle: ^6.5.0 || ^7.0
- illuminate/config: ^5.5 || ^6.0 || ^7.0 || ^8.0
- illuminate/console: ^5.5 || ^6.0 || ^7.0 || ^8.0
- illuminate/support: ^5.5 || ^6.0 || ^7.0 || ^8.0
- wikimedia/avro: ^1.9.0
Requires (Dev)
- dms/phpunit-arraysubset-asserts: ^0.2.1
- kwn/php-rdkafka-stubs: ^2.2.1
- leroy-merlin-br/coding-standard: ^v3.1.0
- mockery/mockery: ^1.5.1
- orchestra/testbench: ^6.25.1
- phpro/grumphp: ^1.13.0
- phpunit/phpunit: ^9.5.27
- psalm/plugin-mockery: ^0.9.1
- rector/rector: ^0.13.10
- vimeo/psalm: ^4.30.0
- dev-master
- v4.2.0
- v4.1.0
- v4.0.0
- v3.3.0
- v3.2.8
- v3.2.7
- v3.2.6
- v3.2.5
- v3.2.4
- v3.2.3
- v3.2.2
- 3.2.1
- v3.2.0
- v3.1.0
- v3.0.9
- v3.0.8
- v3.0.7
- v3.0.6
- v3.0.5
- v3.0.4
- v3.0.3
- v3.0.2
- v3.0.1
- v3.0.0
- v2.2.0
- v2.1.1
- v2.1.0
- v2.0.0
- v1.2.0
- v1.1.0
- v1.0.0
- v0.2.2
- v0.2.1
- v0.2.0
- v0.1.2
- v0.1.1
- v0.1.0
- dev-dependabot/composer/symfony/http-kernel-5.4.20
- dev-fix/catch-any-throwable
- dev-develop
- dev-chore/configOptions
- dev-chore-improve-dynamic-config
This package is auto-updated.
Last update: 2023-02-02 00:50:02 UTC
README
Easy and flexible Kafka Library for Laravel and PHP 7.
Introduction
Metamorphosis provides a simple, straight-forward implementation for working with Kafka inside Laravel applications.
Prefer to read in other language?
Requirements
- PHP >= 7.1
- Kafka Driver
- Kafka PHP Extension
Installation
Important: Make sure that you already have installed the OS driver for kafka, and the kafka php extension.
You can install the library via Composer:
$ composer require leroy-merlin-br/metamorphosis
And publish the config file with:
$ php artisan vendor:publish --provider="Metamorphosis\MetamorphosisServiceProvider"
For usage instructions, please refer to our Quick Usage Guide.
License
Metamorphosis is free software distributed under the terms of the MIT license
Additional information
Metamorphosis was proudly built by the Leroy Merlin Brazil team. See all the contributors.