Address

 $🙃->address->city; // New Glynis
 $🙃->address->city_with_state; // New Brooks, Colorado
 $🙃->address->street_name; // Rohan Rest
 $🙃->address->secondary_address; // Suite 478
 $🙃->address->street_address; // 32162 Saran Freeway
 $🙃->address->street_address_with_secondary_address; // 230 Langworth Path Suite 503
 $🙃->address->building_number; // 741
 $🙃->address->community; // University Square
 $🙃->address->mail_box; // PO Box 5883
 $🙃->address->zip_code; // 20734-7267
 $🙃->address->zip; // 46467-9023
 $🙃->address->postcode; // 83679-9846
 $🙃->address->time_zone; // Australia/Darwin
 $🙃->address->street_suffix; // Parkway
 $🙃->address->city_suffix; // chester
 $🙃->address->city_prefix; // South
 $🙃->address->state_abbreviation; // MD
 $🙃->address->state; // New York
 $🙃->address->country; // Vanuatu
 $🙃->address->country_code; // MW
 $🙃->address->country_code_long; // ITA
 $🙃->address->full_address; // 327 Ratke Gateway, East Johniebury, WI 48100-1818
 $🙃->address->default_country; // United States of America

# city

Retrieves a random city.

Usage

use Phonyland\Phony;

$🙃 = new Phony('en');

$🙃->address->city;

Sample Outputs

"Port Dorian"
"Julesburgh"
"Keenantown"
"Mantebury"
"North Chase"

# city_with_state

Retrieves a random city with state.

Usage

use Phonyland\Phony;

$🙃 = new Phony('en');

$🙃->address->city_with_state;

Sample Outputs

"Lake Tuyethaven, Connecticut"
"Kuhlmanmouth, Arkansas"
"West Alissa, Arkansas"
"West Clarencestad, Texas"
"Littelside, Ohio"

# street_name

Retrieves a random street name.

Usage

use Phonyland\Phony;

$🙃 = new Phony('en');

$🙃->address->street_name;

Sample Outputs

"Daryl Cape"
"Lorelei Island"
"Mertz Centers"
"Schroeder Parkway"
"Russel Drive"

# secondary_address

Retrieves a random secondary_address.

Usage

use Phonyland\Phony;

$🙃 = new Phony('en');

$🙃->address->secondary_address;

Sample Outputs

"Suite 257"
"Apt. 625"
"Apt. 578"
"Suite 377"
"Apt. 826"

# street_address

Retrieves a random street address.

Usage

use Phonyland\Phony;

$🙃 = new Phony('en');

$🙃->address->street_address;

Sample Outputs

"99883 Sid Harbors"
"54638 Wuckert Land"
"78709 Shanda View"
"564 Ilana Track"
"633 Kenton Lakes"

# street_address_with_secondary_address

Retrieves a random street address with secondary address.

Usage

use Phonyland\Phony;

$🙃 = new Phony('en');

$🙃->address->street_address_with_secondary_address;

Sample Outputs

"81113 Towne Mall Suite 923"
"7323 Cartwright Turnpike Apt. 218"
"15660 Rohan Stream Apt. 698"
"237 McCullough Hills Apt. 031"
"814 Catalina Freeway Apt. 574"

# building_number

Retrieves a random building number.

Usage

use Phonyland\Phony;

$🙃 = new Phony('en');

$🙃->address->building_number;

Sample Outputs

"716"
"190"
"66564"
"71681"
"6418"

# community

Retrieves a random community.

Usage

use Phonyland\Phony;

$🙃 = new Phony('en');

$🙃->address->community;

Sample Outputs

"Autumn Estates"
"Willow Place"
"Autumn Estates"
"Summer Gardens"
"Park Estates"

# mail_box

Retrieves a random mail box.

Usage

use Phonyland\Phony;

$🙃 = new Phony('en');

$🙃->address->mail_box;

Sample Outputs

"PO Box 0442"
"PO Box 2511"
"PO Box 952"
"PO Box 2853"
"PO Box 32"

# zip_code

Retrieves a random zip code.

Usage

use Phonyland\Phony;

$🙃 = new Phony('en');

$🙃->address->zip_code;

Sample Outputs

"48797"
"66551"
"78042-4592"
"86043"
"55575-4408"

# zip

Retrieves a random zip.

Usage

use Phonyland\Phony;

$🙃 = new Phony('en');

$🙃->address->zip;

Sample Outputs

"98805"
"12088-7896"
"65127-7852"
"30918"
"22459-3615"

# postcode

Retrieves a random postcode.

Usage

use Phonyland\Phony;

$🙃 = new Phony('en');

$🙃->address->postcode;

Sample Outputs

"46926"
"20324-8789"
"85003-6539"
"82382-0662"
"10520-3342"

# time_zone

Retrieves a random time zone.

Usage

use Phonyland\Phony;

$🙃 = new Phony('en');

$🙃->address->time_zone;

Sample Outputs

"America/Godthab"
"Europe/Berlin"
"Africa/Harare"
"Asia/Magadan"
"Asia/Kolkata"

# street_suffix

Retrieves a random street suffix.

Usage

use Phonyland\Phony;

$🙃 = new Phony('en');

$🙃->address->street_suffix;

Sample Outputs

"Prairie"
"Ways"
"Forge"
"Highway"
"Circle"

# city_suffix

Retrieves a random city suffix.

Usage

use Phonyland\Phony;

$🙃 = new Phony('en');

$🙃->address->city_suffix;

Sample Outputs

"haven"
"stad"
"borough"
"haven"
"bury"

# city_prefix

Retrieves a random city prefix.

Usage

use Phonyland\Phony;

$🙃 = new Phony('en');

$🙃->address->city_prefix;

Sample Outputs

"Lake"
"South"
"Lake"
"Port"
"West"

# state_abbreviation

Retrieves a random state abbreviation.

Usage

use Phonyland\Phony;

$🙃 = new Phony('en');

$🙃->address->state_abbreviation;

Sample Outputs

"SC"
"NJ"
"ID"
"CT"
"OR"

# state

Retrieves a random state.

Usage

use Phonyland\Phony;

$🙃 = new Phony('en');

$🙃->address->state;

Sample Outputs

"Connecticut"
"Massachusetts"
"Washington"
"Pennsylvania"
"New Mexico"

# country

Retrieves a random country.

Usage

use Phonyland\Phony;

$🙃 = new Phony('en');

$🙃->address->country;

Sample Outputs

"Saint Pierre and Miquelon"
"Kazakhstan"
"Cote d'Ivoire"
"Bosnia and Herzegovina"
"Venezuela"

# country_code

Retrieves a random country code.

Usage

use Phonyland\Phony;

$🙃 = new Phony('en');

$🙃->address->country_code;

Sample Outputs

"PN"
"BG"
"UG"
"AI"
"YE"

# country_code_long

Retrieves a random long country code.

Usage

use Phonyland\Phony;

$🙃 = new Phony('en');

$🙃->address->country_code_long;

Sample Outputs

"VIR"
"TZA"
"ARE"
"GIN"
"PRT"