This mini-project is a simple calculator implemented in PHP, designed to be run through the PHP Command-Line Interface (CLI).
- Addition: Perform addition of two numbers.
- Subtraction: Perform subtraction between two numbers.
- Multiplication: Perform multiplication of two numbers.
- Division: Perform division between two numbers.
- Clone the repository:
$ git clone [https://github.com/97mams/calculator.git]
- Change directory
$ cd calculatrice
- Reload vendor
$ composer install
- Run project with CLI php
$ php index.php