vinelab/country

3,097 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

Related Packages

dougsisk/laravel-country-state

Country & state helper for Laravel.

2,116,352 168
lykegenes/laravel-countries

Get informations about countries.

27,134 7
monarobase/country-list

List of all countries with names and ISO 3166-1 codes in all languages and data...

3,049,875 274
webpatser/laravel-countries

Modern Laravel Countries package providing ISO 3166-2, ISO 3166-3, currency, cap...

3,005,721 851