trburgess/fizz-buzz

Fizz Buzz test implementation.

dev-master 2017-08-16 10:36 UTC

This package is not auto-updated.

Last update: 2025-01-19 05:00:55 UTC


README

This is an implementation of the Fizz Buzz Test

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.

Example

For an example see: https://github.com/trburgess/fizz-buzz/blob/master/example