vinelab/country

3,021 2
Install
composer require vinelab/country
Latest Version:v0.3.0
PHP:>=7.0
License:MIT
Last Updated:Apr 22, 2021
Links: GitHub  ·  Packagist
Maintainer: Vinelab

Country package for Laravel 5

Translates between country name and abbreviation and vise versa.

Installation

composer require vinelab/country

Publish Config File

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

Usage

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