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
- Host: GitHub
- URL: https://github.com/php-kafka/php-simple-kafka-client.github.io
- Owner: php-kafka
- License: bsd-3-clause
- Created: 2020-12-07T21:37:05.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-07-11T06:57:36.000Z (almost 2 years ago)
- Last Synced: 2024-07-11T23:06:29.067Z (almost 2 years ago)
- Language: HTML
- Size: 4.16 MB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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.