/epicodus-php-anagram

A PHP Anagram Checker

Primary LanguagePHP

Anagram

Another exercise in PHP BDD and Testing

By Ayana Powell and J. Ryan Conklin

Description

Anagram Checker

Setup/Installation Requirements

  • Clone the Project
  • Start PHP Server

Specifications

Receives Two Words and Compares

Input: Beard, Bread

Output: It's a anagram!

Receives Multiple Words and Compares

Input: These are multiple words

Output: It's a anagram!

Receives Multiple Words and returns false

Input: Beard Hello

Output: Not an anagram!

Known Bugs

None at this time

Support and contact details

Contact jryanconklin@gmail.com

Technologies Used

PHP

License

MIT License

Copyright (c) 2016 Ayana Powell and J. Ryan Conklin