Cosmere

 $🙃->cosmere->aon; // Dao
 $🙃->cosmere->shard_world; // Roshar
 $🙃->cosmere->shard; // Honor
 $🙃->cosmere->surge; // Abrasion
 $🙃->cosmere->knight_radiant; // Windrunner
 $🙃->cosmere->metal; // Pewter
 $🙃->cosmere->allomancer; // Aluminum Gnat
 $🙃->cosmere->feruchemist; // Archivist
 $🙃->cosmere->herald; // Ishar
 $🙃->cosmere->spren; // Riverspren

# aon

Retrieves a random aon from Cosmere Universe.

Usage

use Phonyland\Phony;

$🙃 = new Phony('en');

$🙃->cosmere->aon;

Sample Outputs

"Ato"
"Nae"
"Sao"
"Mae"
"Eno"

# shard_world

Retrieves a random shard world from Cosmere Universe.

Usage

use Phonyland\Phony;

$🙃 = new Phony('en');

$🙃->cosmere->shard_world;

Sample Outputs

"Roshar"
"Sel"
"Yolen"
"Threnody"
"Roshar"

# shard

Retrieves a random shard from Cosmere Universe.

Usage

use Phonyland\Phony;

$🙃 = new Phony('en');

$🙃->cosmere->shard;

Sample Outputs

"Honor"
"Preservation"
"Devotion"
"Honor"
"Ruin"

# surge

Retrieves a random surge from Cosmere Universe.

Usage

use Phonyland\Phony;

$🙃 = new Phony('en');

$🙃->cosmere->surge;

Sample Outputs

"Abrasion"
"Abrasion"
"Abrasion"
"Transformation"
"Division"

# knight_radiant

Retrieves a random knight radiant from Cosmere Universe.

Usage

use Phonyland\Phony;

$🙃 = new Phony('en');

$🙃->cosmere->knight_radiant;

Sample Outputs

"Windrunner"
"Truthwatcher"
"Windrunner"
"Willshaper"
"Truthwatcher"

# metal

Retrieves a random metal from Cosmere Universe.

Usage

use Phonyland\Phony;

$🙃 = new Phony('en');

$🙃->cosmere->metal;

Sample Outputs

"Atium"
"Iron"
"Copper"
"Zinc"
"Cadmium"

# allomancer

Retrieves a random allomancer from Cosmere Universe.

Usage

use Phonyland\Phony;

$🙃 = new Phony('en');

$🙃->cosmere->allomancer;

Sample Outputs

"Duralumin Gnat"
"Lurcher"
"Leecher"
"Slider"
"Mistborn"

# feruchemist

Retrieves a random feruchemist from Cosmere Universe.

Usage

use Phonyland\Phony;

$🙃 = new Phony('en');

$🙃->cosmere->feruchemist;

Sample Outputs

"Spinner"
"Subsumer"
"Windwhisper"
"Skimmer"
"Subsumer"

# herald

Retrieves a random herald from Cosmere Universe.

Usage

use Phonyland\Phony;

$🙃 = new Phony('en');

$🙃->cosmere->herald;

Sample Outputs

"Battar"
"Kalak"
"Chanarach"
"Battar"
"Kalak"

# spren

Retrieves a random spren from Cosmere Universe.

Usage

use Phonyland\Phony;

$🙃 = new Phony('en');

$🙃->cosmere->spren;

Sample Outputs

"Deathspren"
"Hungerspren"
"Anticipationspren"
"Honorspren"
"Decayspren"