Download the PHP package thalidzhokov/country-codes without Composer
On this page you can find all versions of the php package thalidzhokov/country-codes. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download thalidzhokov/country-codes
More information about thalidzhokov/country-codes
Files in thalidzhokov/country-codes
Download thalidzhokov/country-codes
More information about thalidzhokov/country-codes
Files in thalidzhokov/country-codes
Vendor thalidzhokov
Package country-codes
Short Description CountryCodes PHP Class to get array of countries with ISO 3166-1 alpha-2, ISO 3166-1 alpha-3, ISO 3166-1 numeric and ISD codes it can provide following information related to country
License GPL-3.0-or-later
Package country-codes
Short Description CountryCodes PHP Class to get array of countries with ISO 3166-1 alpha-2, ISO 3166-1 alpha-3, ISO 3166-1 numeric and ISD codes it can provide following information related to country
License GPL-3.0-or-later
Please rate this library. Is it a good library?
Informations about the package country-codes
PHP Class CountryCodes
CountryCodes PHP Class to get array of countries with ISO 3166-1 alpha-2, ISO 3166-1 alpha-3, ISO 3166-1 numeric and ISD codes it can provide following information related to country
- alpha2 ISO-3166-1 alpha-2 https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2
- alpha3 ISO-3166-1 alpha-3 https://en.wikipedia.org/wiki/ISO_3166-1_alpha-3
- numeric ISO-3166-1 numeric https://en.wikipedia.org/wiki/ISO_3166-1_numeric
- isd Internatiguonal Subscriber Dialing code https://en.wikipedia.org/wiki/List_of_country_calling_codes
- continentCode Continent Code
- continent Continent Name
- country Country Name
- countryFull Country Full Name
- emoji Emoji Flag http://unicode.org/emoji/charts/emoji-ordering.html#country-flag
Installation
Install via Composer
OR include CountryCodes.php in your PHP code
Usage
Change default language
Method get()
Get array key => value
Return
Method get2()
Get array with multiple values key => [value1, value2, ...]
Return
Method getByContinent()
Get array key => value by continent
Return
Method getEmojiByAlpha2()
Get emoji flag code by alpha2
Return
Method getEmojiByAlpha3()
Get emoji flag code by aplha3
Return
All versions of country-codes with dependencies
PHP Build Version
Package Version
Requires
php Version
^5.6 || ^7.0
The package thalidzhokov/country-codes contains the following files
Loading the files please wait ....