###How to clone this project?
Ensure that you already installed git on your computer (https://git-scm.com/book/en/v2/Getting-Started-Installing-Git)
Then open your terminal and type this git clone https://yourusername@github.com/asrulsibaoel/implementing-php7-with-es-cqrs.git project-name
Method : GET
url : /user/list
params : page (integer)
Method : POST
URL : /user/register
params : username (string), email (string), password (string)
Method : POST
URL : /user/update/{id}
params : name (string)