tpweb / countrylist
PHP Library with full country list
Installs: 37
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 0
pkg:composer/tpweb/countrylist
Requires
- php: >=5.3
This package is auto-updated.
Last update: 2025-09-07 21:35:28 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()