Prints numbers range and replace if are multiples of 3, 5 and 3 and 5.
- Install php >= 7.2
- Install composer
- Clone the repository
$ git clone https://github.com/afranioce/multiples.git
$ cd multiples
$ composer install
- Run PHP service
$ php -S 127.0.0.1:8080
Open link on your browser http://localhost:8080
$ ./vendor/bin/simple-phpunit
- PHP 7.2
- composer
- SOLID and Clean Code
- Test-driven development