国家名称和缩写
github.com/Vinelab/country
源码
问题
安装: 2,791
依赖者: 0
建议者: 0
安全: 0
星级: 2
关注者: 8
分支: 2
公开问题: 2
Requires
Requires (Dev)
Suggests
None
Provides
Conflicts
Replaces
MIT bdf58b522c31967a45b307e043e92bed099d5c82
laravelcountries
This package is auto-updated.
Last update: 2024-09-22 14:55:57 UTC
在国家和缩写之间进行转换。
composer require vinelab/country
php artisan vendor:publish --provider="Vinelab\Country\CountryServiceProvider"
$countryName = Country::name('US'); // United States $countryAbbreviation = Country::abbreviation('United States'); // US