Download the PHP package siberfx/apache-kafka without Composer
On this page you can find all versions of the php package siberfx/apache-kafka. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download siberfx/apache-kafka
More information about siberfx/apache-kafka
Files in siberfx/apache-kafka
Package apache-kafka
Short Description Apache Kafka Service Helper
License MIT
Homepage https://github.com/siberfx/apache-kafka
Informations about the package apache-kafka
Apache Kafka Queue Service for Laravel 10.x 11.x
Required before starting
You should have account for deployment in Google Cloud (https://cloud.google.com) create new project and select from marketplace "apache kafka@ on confluent cloud" and set up for your requirements.
- from Confluent.cloud you should have CLI installation for your server where you will use the kafka
and at least if you prefer to run under docker, be sure that you have the kafka extension installed and enabled so an example image below;
after you follow all the steps and ready to use the package, follow the steps below;
Installation
You can install the package via composer:
Usage
Publish files
required Kafka Queue Service changes on your app
You can override in which table are located your "lat, lng"
fields and even the model you want to create the fields
with the help of config/kafka-config.php
file and table_name
field if its set already
### Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
## Credits
- [Selim Gormus](https://github.com/siberfx)