2017 © Pedro Peláez
 

library fizz-buzz

Fizz Buzz test implementation.

image

trburgess/fizz-buzz

Fizz Buzz test implementation.

  • Wednesday, August 16, 2017
  • by trburgess
  • Repository
  • 1 Watchers
  • 0 Stars
  • 5 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Fizz Buzz

This is an implementation of the Fizz Buzz Test, (*1)

Getting started

  1. composer require "trburgess/fizz-buzz:dev-master"
  2. Create a new instance: $fizzBuzzProcessor = new FizzBuzz\Processor;
  3. Process the numbers: $fizzBuzzProcessor->process(1, 100)

License

The Fizz Buzz PHP library is free software released under the MIT License. See LICENSE for details., (*2)

Example

For an example see: https://github.com/trburgess/fizz-buzz/blob/master/example, (*3)

The Versions

16/08 2017

dev-master

9999999-dev https://github.com/trburgess/fizz-buzz

Fizz Buzz test implementation.

  Sources   Download

MIT

The Requires

  • php >=7.0

 

The Development Requires

by Tom Burgess

buzz fizz