vinelab/country

国家名称和缩写

v0.3.0 2021-04-22 07:02 UTC

This package is auto-updated.

Last update: 2024-09-22 14:55:57 UTC


README

在国家和缩写之间进行转换。

安装

composer require vinelab/country

发布配置文件

php artisan vendor:publish --provider="Vinelab\Country\CountryServiceProvider"

用法

$countryName = Country::name('US'); // United States
$countryAbbreviation = Country::abbreviation('United States'); // US