An example of the FizzBuzz assessment but fully written in PHP (with the SOLID principles in mind).
Open a command console, enter your project directory and execute the following command to download the latest stable version of this project:
git clone git@github.com:kiettran/fizzbuzz-php.git
Install the dependencies:
composer install
This command requires you to have Composer installed globally, as explained in the installation chapter of the Composer documentation.
Run the unit tests with the following command:
vendor/bin/phpunit
- Author: Kiet Tran
The fizzbuzz-php is licensed under the MIT License. Please see the LICENSE file for details.