Ancient

 $🙃->ancient->god; // Ares
 $🙃->ancient->primordial; // Phanes
 $🙃->ancient->titan; // Mnemosyne
 $🙃->ancient->hero; // Icarus

# god

Retrieves a random god from ancient mythology.

Usage

use Phonyland\Phony;

$🙃 = new Phony('en');

$🙃->ancient->god;

Sample Outputs

"Ares"
"Artemis"
"Aphrodite"
"Demeter"
"Apollo"

# primordial

Retrieves a random primordial from ancient mythology.

Usage

use Phonyland\Phony;

$🙃 = new Phony('en');

$🙃->ancient->primordial;

Sample Outputs

"Ourea"
"Thanatos"
"Aether"
"Hemera"
"Aether"

# titan

Retrieves a random titan from ancient mythology.

Usage

use Phonyland\Phony;

$🙃 = new Phony('en');

$🙃->ancient->titan;

Sample Outputs

"Rhea"
"Tethys"
"Eos"
"Styx"
"Atlas"

# hero

Retrieves a random hero from ancient mythology.

Usage

use Phonyland\Phony;

$🙃 = new Phony('en');

$🙃->ancient->hero;

Sample Outputs

"Phaedra"
"Andromache"
"Andromache"
"Medea"
"Penelope"