An open API service indexing awesome lists of open source software.

https://github.com/php-kafka/php-simple-kafka-client.github.io


https://github.com/php-kafka/php-simple-kafka-client.github.io

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# Documentation of php-simple-kafka-client
This is the documentation repository of [php-kafka/php-simple-kafka-client](https://github.com/php-kafka/php-simple-kafka-client).
See the live documentation at [https://php-kafka.github.io/php-simple-kafka-client.github.io](https://php-kafka.github.io/php-simple-kafka-client.github.io/).
The documentation is built with [Hugo](https://gohugo.io/documentation/).

# Contributing
Clone this repository and make the necessary changes
```bash
git@github.com:php-kafka/php-simple-kafka-client.github.io.git
```
Run the Hugo docker image to verify your changes
```bash
docker-compose up
```
Visit `http://localhost:1313/php-simple-kafka-client.github.io/` in your browser.