qiayue/php-openai-gpt-stream-chat-api-webui
A PHP web interface for streaming ChatGPT conversations.

Not currently ranked — collecting fresh signals.
star history
This project provides a pure PHP implementation (no frameworks) for connecting to OpenAI’s GPT API with streaming response support. It includes a minimal web-based chat UI that handles real-time token streaming from the model, displays markdown-rendered responses with syntax highlighting, and performs sensitive-word filtering on user input. The backend consists of PHP classes that manage API communication and stream handling, while the frontend uses vanilla HTML/CSS/JS for the chat interface.
Frequently asked
- What is qiayue/php-openai-gpt-stream-chat-api-webui?
- A PHP web interface for streaming ChatGPT conversations.
- Is php-openai-gpt-stream-chat-api-webui open source?
- Yes — qiayue/php-openai-gpt-stream-chat-api-webui is open source, released under the BSD-2-Clause license.
- What language is php-openai-gpt-stream-chat-api-webui written in?
- qiayue/php-openai-gpt-stream-chat-api-webui is primarily written in PHP.
- How popular is php-openai-gpt-stream-chat-api-webui?
- qiayue/php-openai-gpt-stream-chat-api-webui has 433 stars on GitHub.
- Where can I find php-openai-gpt-stream-chat-api-webui?
- qiayue/php-openai-gpt-stream-chat-api-webui is on GitHub at https://github.com/qiayue/php-openai-gpt-stream-chat-api-webui.