The "Simplechat Application" is an application that provides the backend of a simple chat program which enables a user to send message to another user.
- PHP 5.3 or higher;
- PHPUnit 5.4 or higher.
Install using composer:
$ composer install
You can consume api.php to implement necessary behavior. There is also a simple client which demonstrates how to consume the api in index.html. You can also check out the test cases defined in src/Tests.