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

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

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...