To setup the application run composer install
To run the application locally run command php -S 127.0.0.1:8000
To build a simple PHP calculator.
- It should be able to add/multiply/divide/subtract.
- The logic should be done in PHP, server side
- PHP7.4 should be used Optional:
- Provide docker support
- Documentation should be provided to setup the application for use
- Use the Symfony framework
- Prevent against XSS & SQL injection
- Include GIT