-
Word Solver can generate words or anagrams from specified rules. It can take a string that defines rules for the words to be generates like the allowed letters, position of certain letters, letters that should be used together, or the whole characters that may be used. The script returns one or more generated words in an array.
-
Anagrams Class is a class to compute the pure anagrams of a given input words or by setting up preset rules. The class can be easlily included into your PHP projects.Anagrams Class ins compatible with all PHP versions.
-
Anagrams can generate anagrams from given words.It can take an input word and generate all anagrams permuting the order of its letters. Research can be pursued by 'brutal force' approach as well as filtered by rules.The resulting anagram words can be optionally saved to a file.

