https://github.com/peteee/phpchat
simple chat web app with user registration & login
https://github.com/peteee/phpchat
Last synced: about 2 months ago
JSON representation
simple chat web app with user registration & login
- Host: GitHub
- URL: https://github.com/peteee/phpchat
- Owner: peteee
- License: gpl-3.0
- Created: 2023-03-29T18:09:02.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-11T16:29:10.000Z (about 3 years ago)
- Last Synced: 2025-01-07T14:47:08.278Z (over 1 year ago)
- Language: PHP
- Size: 195 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# phpchat
A simple chat web app with user registration & login
## preview

## features
- supports EMOJI (utf8mb4)
- plays notification sounds (MP3)
- one chat room (to be extended in the future)
## installation
- import xyz_php_chat.sql to your MariaDB
- upload all other files to your web space
## TODO
- display user names in the chat | currently we have no way of knowing who is replying if we have more than 2 users...