Skip to content

An example of the FizzBuzz assessment but fully written in PHP (with the SOLID principles in mind).

License

Notifications You must be signed in to change notification settings

kiettran/fizzbuzz-php

Repository files navigation

FizzBuzz

An example of the FizzBuzz assessment but fully written in PHP (with the SOLID principles in mind).

Installation

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.

Tests

Run the unit tests with the following command:

vendor/bin/phpunit

Credits and acknowledgements

License

The fizzbuzz-php is licensed under the MIT License. Please see the LICENSE file for details.

About

An example of the FizzBuzz assessment but fully written in PHP (with the SOLID principles in mind).

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages