Skip to content

GreenGablesFan/Xavier-s-Anagram-Solver

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Xavier's Anagram Solver

Probably the fastest anagram solver on the planet. It's written in PHP and uses a MySQL database to store dictionaries.

Installation

It's fairly simple to setup.

  1. Upload the contents of the folder src/ to your webserver
  2. Create a new MySQL database
  3. Import the dbStructure.sql file into your database
  4. Populate the database with a dictionary. (There is a script in the tools/ folder that can help you with this. English and Dutch dictionaries are also included)
  5. Edit the database settings in search.php

Live demo

The anagram solver is running on my website: anagram.savjee.be

Compression

The CSS and Javascript code in this project are compressed. I'm sorry about that!

License

The MIT license (see the LICENSE file)

Suggestions, bugs, …

Please use Github issue's to report problems or fork the project. Twitter: @savjee

About

Anagram solver written in PHP.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 59.5%
  • PHP 40.5%