Skip to content

joekarasek/epicodus-php-anagram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Anagram Checker

Enter a master word and a test word to see if the master word contains an anagram of the test word, 2/16/2016

By Joseph Karasek and Alex Fallenstedt

Description

Anagram checker. Enter a master word and a test word. Application will determine if the test word is contained within the master word.

The goal of this project was to practice BDD using PHP Unit.

Setup/Installation Requirements

  • run $ composer install in terminal in web folder once you have cloned the repository.
  • _Silex is a dependency of the project. _
  • _Twig is also a dependency of the project. _

Known Bugs

No known bugs at this time.

Support and contact details

Feel free to contact the authors of this project through their gitHub portfolios.

Technologies Used

This app was built with the Silex micro-framework, the Twig templating language, and PHP Unit for testing.

License

MIT License

About

A practice exercise with Silex and PhpUnit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published