tpweb / countrylist
PHP Library with full country list
0.2.0
2020-11-07 10:58 UTC
Requires
- php: >=5.3
This package is auto-updated.
Last update: 2024-11-07 19:44:11 UTC
README
Composer
"tpweb/countrylist": "dev-master"
Laravel: config/app.php
` 'providers' => [ TPWeb\CountryList\CountryListServiceProvider::class, ],
'aliases' => [ 'CountryList' => TPWeb\VestaCP\CountryListFacade::class, ] `
Usage:
\TPWeb\CountryList\CountryList::countryArray() \TPWeb\CountryList\CountryList::europeCountryArray()