brnbp/metamorphosis
Composer 安装命令:
composer require brnbp/metamorphosis
包简介
Kafka package for laravel applications
关键字:
README 文档
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.
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 brnbp/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
统计信息
- 总下载量: 2
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2018-12-20
