Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 383 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 383 Bytes

PHP chat server

A PHP chat server written in Ratchet using React PHP for non binding I/O.

Install

  1. Clone this repo.
  2. If you're using ahoy then run ahoy up

otherwise:

docker-compose up -d

  1. To view logs run

ahoy logs or docker-compose logs

TODO

  • Add channels in the form of routes.
  • Add tests