vinelab/country

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

gerardojbaez/geodata

Laravel 5.2 package that provides basic geographical data like Countries, Region...

11,991 31
lykegenes/laravel-countries

Get informations about countries.

27,008 7
galahad/laravel-addressing

Laravel package providing addressing functionality

358,050 70