Skip to content

jahanzaibbahadur/PHP-MySQL-WebSockets-Chat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP-MySQL-WebSockets-Chat

A PHP/MySQL driven chat using sockets, This is the most basic example of how to have a MySQL interaction with a socket powered chat.

This uses Rachet for the Socket server: https://github.com/cboden/Ratchet

You should be comfortable using composer and knowledge of PSR standards.

What I have done here is very simple, I have set up a simple chat page where you can input content, it does not currently load any messages stored on the DB but will display messages sent and received when connected to the chat server.

To learn how to set it up please run through the tutorial on the Rachet website:

http://socketo.me/docs/hello-world

About

A PHP/MySQL driven chat with websockets.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 92.1%
  • CSS 7.9%