This is an implementation designed to solve the problem set up by maqe team. You can view the challenge from here before going through the solution.
- PHP >= 7.2.0
- Composer: 1.6.5 or higher.
- Step 1: Get the code - Download the repository
- Step 2: Use Composer to install dependencies
Navigate to the root directory of the project you cloned or downloaded then execute these commands below as in their order:
$ composer install
This is free software distributed under the terms of the WTFPL license along with MIT license as a dual-licensed, You can choose whatever works for you. Please review the LICENSE.md file included for this purpose.