Download the PHP package dqneo/fizzbuzz-enterprise-edition without Composer
On this page you can find all versions of the php package dqneo/fizzbuzz-enterprise-edition. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package fizzbuzz-enterprise-edition
php FizzBuzz Enterprise Edition
FizzBuzz with too much object oriented programming.
INSTALLATION
Usage
FizzBuzz
The rules of FizzBuzz are as follows:
For numbers 1 through 100,
- if the number is divisible by 3 print Fizz;
- if the number is divisible by 5 print Buzz;
- if the number is divisible by 3 and 5 (15) print FizzBuzz;
- else, print the number.
TODO
- enable to select various writer (stdout, stderr, mail, fluent, file, null, monolog)
- enable web interface (use Slim or Siliex with Symfony Reponse)
- use Symfony Console
- measure code coverage
SEE ALSO
All versions of fizzbuzz-enterprise-edition with dependencies
PHP Build Version
Package Version
The package dqneo/fizzbuzz-enterprise-edition contains the following files
Loading the files please wait ....