library countrylist
PHP Library with full country list
tpweb/countrylist
PHP Library with full country list
- Tuesday, January 12, 2016
- by tpweb
- Repository
- 1 Watchers
- 0 Stars
- 20 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
PHP Country list array
, (*1)
Composer
"tpweb/countrylist": "dev-master"
, (*2)
Laravel: config/app.php
`
'providers' => [
TPWeb\CountryList\CountryListServiceProvider::class,
],, (*3)
'aliases' => [
'CountryList' => TPWeb\VestaCP\CountryListFacade::class,
]
`, (*4)
Usage:
\TPWeb\CountryList\CountryList::countryArray()
\TPWeb\CountryList\CountryList::europeCountryArray()
, (*5)