Artist

 $🙃->artist->name; // Kandinsky

# name

Retrieves a random name of an artist.

Usage

use Phonyland\Phony;

$🙃 = new Phony('en');

$🙃->artist->name;

Sample Outputs

"Cassatt"
"Caravaggio"
"Vincent"
"Paul Klee"
"Ansel Adams"