parent
bcaf3310b2
commit
05aefcfdfc
@ -0,0 +1,211 @@ |
|||||||
|
<?php |
||||||
|
|
||||||
|
declare(strict_types=1); |
||||||
|
|
||||||
|
namespace IOcornerstone\Framework\Arrays; |
||||||
|
|
||||||
|
class CountriesCommon { |
||||||
|
|
||||||
|
/** |
||||||
|
* Fetch countries |
||||||
|
* @return array of countries |
||||||
|
*/ |
||||||
|
public static function countriesArray(): array { |
||||||
|
return [ |
||||||
|
'AFG' => 'Afghanistan', |
||||||
|
'ALB' => 'Albania', |
||||||
|
'ALG' => 'Algeria', |
||||||
|
'AND' => 'Andorra', |
||||||
|
'ANG' => 'Angola', |
||||||
|
'ANT' => 'Antigua and Barbuda', |
||||||
|
'ARG' => 'Argentina', |
||||||
|
'ARM' => 'Armenia', |
||||||
|
'AUS' => 'Australia', |
||||||
|
'AUT' => 'Austria', |
||||||
|
'AZE' => 'Azerbaijan', |
||||||
|
'BAH' => 'Bahamas', |
||||||
|
'BAH' => 'Bahrain', |
||||||
|
'BAN' => 'Bangladesh', |
||||||
|
'BAR' => 'Barbados', |
||||||
|
'BEL' => 'Belgium', |
||||||
|
'BEL' => 'Belize', |
||||||
|
'BEN' => 'Benin', |
||||||
|
'BHU' => 'Bhutan', |
||||||
|
'BOL' => 'Bolivia', |
||||||
|
'BIH' => 'Bosnia and Herzegovina', |
||||||
|
'BOT' => 'Botswana', |
||||||
|
'BRA' => 'Brazil', |
||||||
|
'BRU' => 'Brunei', |
||||||
|
'BUL' => 'Bulgaria', |
||||||
|
'BUR' => 'Burkina Faso', |
||||||
|
'BUR' => 'Burundi', |
||||||
|
'CAV' => 'Cabo Verde', |
||||||
|
'CAM' => 'Cambodia', |
||||||
|
'CMR' => 'Cameroon', |
||||||
|
'CAN' => 'Canada', |
||||||
|
'CAF' => 'Central African Republic', |
||||||
|
'CHA' => 'Chad', |
||||||
|
'CHI' => 'Chile', |
||||||
|
'CHN' => 'China', |
||||||
|
'COL' => 'Colombia', |
||||||
|
'COM' => 'Comoros', |
||||||
|
'CGO' => 'Congo, Republic of the', |
||||||
|
'COD' => 'Congo, Democratic Republic of the', |
||||||
|
'CRI' => 'Costa Rica', |
||||||
|
'HRV' => 'Croatia', |
||||||
|
'CUB' => 'Cuba', |
||||||
|
'CYP' => 'Cyprus', |
||||||
|
'CZE' => 'Czech Republic', |
||||||
|
'DEN' => 'Denmark', |
||||||
|
'DJB' => 'Djibouti', |
||||||
|
'DMA' => 'Dominica', |
||||||
|
'DOM' => 'Dominican Republic', |
||||||
|
'ECU' => 'Ecuador', |
||||||
|
'EGY' => 'Egypt', |
||||||
|
'SLV' => 'El Salvador', |
||||||
|
'GEQ' => 'Equatorial Guinea', |
||||||
|
'ERI' => 'Eritrea', |
||||||
|
'EST' => 'Estonia', |
||||||
|
'SWZ' => 'Eswatini', |
||||||
|
'ETH' => 'Ethiopia', |
||||||
|
'FIJ' => 'Fiji', |
||||||
|
'FIN' => 'Finland', |
||||||
|
'FRA' => 'France', |
||||||
|
'GAB' => 'Gabon', |
||||||
|
'GMB' => 'Gambia', |
||||||
|
'GEO' => 'Georgia', |
||||||
|
'DEU' => 'Germany', |
||||||
|
'GHA' => 'Ghana', |
||||||
|
'GRC' => 'Greece', |
||||||
|
'GRD' => 'Grenada', |
||||||
|
'GTM' => 'Guatemala', |
||||||
|
'GIN' => 'Guinea', |
||||||
|
'GNB' => 'Guinea-Bissau', |
||||||
|
'GUY' => 'Guyana', |
||||||
|
'HAI' => 'Haiti', |
||||||
|
'HND' => 'Honduras', |
||||||
|
'HUN' => 'Hungary', |
||||||
|
'ISL' => 'Iceland', |
||||||
|
'IND' => 'India', |
||||||
|
'IDN' => 'Indonesia', |
||||||
|
'IRN' => 'Iran', |
||||||
|
'IRQ' => 'Iraq', |
||||||
|
'IRL' => 'Ireland', |
||||||
|
'ISR' => 'Israel', |
||||||
|
'ITA' => 'Italy', |
||||||
|
'JAM' => 'Jamaica', |
||||||
|
'JPN' => 'Japan', |
||||||
|
'JOR' => 'Jordan', |
||||||
|
'KAZ' => 'Kazakhstan', |
||||||
|
'KEN' => 'Kenya', |
||||||
|
'KIR' => 'Kiribati', |
||||||
|
'KOR' => 'Korea, North', |
||||||
|
'KRS' => 'Korea, South', |
||||||
|
'KOS' => 'Kosovo', |
||||||
|
'KWT' => 'Kuwait', |
||||||
|
'KGZ' => 'Kyrgyzstan', |
||||||
|
'LAO' => 'Laos', |
||||||
|
'LVA' => 'Latvia', |
||||||
|
'LBN' => 'Lebanon', |
||||||
|
'LSO' => 'Lesotho', |
||||||
|
'LBR' => 'Liberia', |
||||||
|
'LBY' => 'Libya', |
||||||
|
'LIE' => 'Liechtenstein', |
||||||
|
'LTU' => 'Lithuania', |
||||||
|
'LUX' => 'Luxembourg', |
||||||
|
'MDG' => 'Madagascar', |
||||||
|
'MWI' => 'Malawi', |
||||||
|
'MYS' => 'Malaysia', |
||||||
|
'MDV' => 'Maldives', |
||||||
|
'MLI' => 'Mali', |
||||||
|
'MLT' => 'Malta', |
||||||
|
'MHL' => 'Marshall Islands', |
||||||
|
'MRT' => 'Mauritania', |
||||||
|
'MUS' => 'Mauritius', |
||||||
|
'MEX' => 'Mexico', |
||||||
|
'FSM' => 'Micronesia', |
||||||
|
'MDA' => 'Moldova', |
||||||
|
'MCO' => 'Monaco', |
||||||
|
'MNG' => 'Mongolia', |
||||||
|
'MNE' => 'Montenegro', |
||||||
|
'MAR' => 'Morocco', |
||||||
|
'MOZ' => 'Mozambique', |
||||||
|
'MYA' => 'Myanmar', |
||||||
|
'NAM' => 'Namibia', |
||||||
|
'NRU' => 'Nauru', |
||||||
|
'NPL' => 'Nepal', |
||||||
|
'NLD' => 'Netherlands', |
||||||
|
'NZL' => 'New Zealand', |
||||||
|
'NIC' => 'Nicaragua', |
||||||
|
'NER' => 'Niger', |
||||||
|
'NGA' => 'Nigeria', |
||||||
|
'MKD' => 'North Macedonia', |
||||||
|
'NOR' => 'Norway', |
||||||
|
'OMN' => 'Oman', |
||||||
|
'PAK' => 'Pakistan', |
||||||
|
'PLW' => 'Palau', |
||||||
|
'PAN' => 'Panama', |
||||||
|
'PNG' => 'Papua New Guinea', |
||||||
|
'PRY' => 'Paraguay', |
||||||
|
'PER' => 'Peru', |
||||||
|
'PHL' => 'Philippines', |
||||||
|
'POL' => 'Poland', |
||||||
|
'PRT' => 'Portugal', |
||||||
|
'QAT' => 'Qatar', |
||||||
|
'ROU' => 'Romania', |
||||||
|
'RUS' => 'Russia', |
||||||
|
'RWA' => 'Rwanda', |
||||||
|
'KNA' => 'Saint Kitts and Nevis', |
||||||
|
'LCA' => 'Saint Lucia', |
||||||
|
'VCT' => 'Saint Vincent and the Grenadines', |
||||||
|
'WSM' => 'Samoa', |
||||||
|
'SMR' => 'San Marino', |
||||||
|
'STP' => 'Sao Tome and Principe', |
||||||
|
'SAU' => 'Saudi Arabia', |
||||||
|
'SEN' => 'Senegal', |
||||||
|
'SRB' => 'Serbia', |
||||||
|
'SYC' => 'Seychelles', |
||||||
|
'SLE' => 'Sierra Leone', |
||||||
|
'SGP' => 'Singapore', |
||||||
|
'SVK' => 'Slovakia', |
||||||
|
'SVN' => 'Slovenia', |
||||||
|
'SLB' => 'Solomon Islands', |
||||||
|
'SOM' => 'Somalia', |
||||||
|
'ZAF' => 'South Africa', |
||||||
|
'SSD' => 'South Sudan', |
||||||
|
'ESP' => 'Spain', |
||||||
|
'LKA' => 'Sri Lanka', |
||||||
|
'SDN' => 'Sudan', |
||||||
|
'SUR' => 'Suriname', |
||||||
|
'SWE' => 'Sweden', |
||||||
|
'CHE' => 'Switzerland', |
||||||
|
'SYR' => 'Syria', |
||||||
|
'TAI' => 'Taiwan', |
||||||
|
'TJK' => 'Tajikistan', |
||||||
|
'TZA' => 'Tanzania', |
||||||
|
'THA' => 'Thailand', |
||||||
|
'TGO' => 'Togo', |
||||||
|
'TON' => 'Tonga', |
||||||
|
'TTO' => 'Trinidad and Tobago', |
||||||
|
'TUN' => 'Tunisia', |
||||||
|
'TUR' => 'Turkey', |
||||||
|
'TKM' => 'Turkmenistan', |
||||||
|
'TUV' => 'Tuvalu', |
||||||
|
'UGA' => 'Uganda', |
||||||
|
'UKR' => 'Ukraine', |
||||||
|
'ARE' => 'United Arab Emirates', |
||||||
|
'GBR' => 'United Kingdom', |
||||||
|
'USA' => 'United States', |
||||||
|
'URY' => 'Uruguay', |
||||||
|
'UZB' => 'Uzbekistan', |
||||||
|
'VAN' => 'Vanuatu', |
||||||
|
'VAT' => 'Vatican City', |
||||||
|
'VEN' => 'Venezuela', |
||||||
|
'VNM' => 'Vietnam', |
||||||
|
'YEM' => 'Yemen', |
||||||
|
'ZMB' => 'Zambia', |
||||||
|
'ZWE' => 'Zimbabwe', |
||||||
|
]; |
||||||
|
} |
||||||
|
|
||||||
|
} |
||||||
Loading…
Reference in new issue