Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 444 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 444 Bytes

php-name-generator

An extremely simple random name generator currently using a small customizable library of cool video game names

Usage

Simply include require the 'nameslib.php' file and call the GenerateRandomName() function to receive a name string. The current library contains video game names with a random integer added at the end of string

#Modifying The Library Additions and changes can be made on the $names variable as needed