Vinelab / country by Vinelab

2,854
2
7
Package Data
Maintainer Username: Vinelab
Maintainer Contact: abed.halawi@vinelab.com (Abed Halawi)
Package Create Date: 2013-06-02
Package Last Update: 2021-04-22
Language: PHP
License: MIT
Last Refreshed: 2025-03-30 03:01:29
Package Statistics
Total Downloads: 2,854
Monthly Downloads: 4
Daily Downloads: 0
Total Stars: 2
Total Watchers: 7
Total Forks: 2
Total Open Issues: 2

Country package for Laravel 4 & 5

Translates between country name and abbreviation and vise versa.

Installation

composer update vinelab/country

Publish Config File

php artisan vendor:publish

Usage

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

No tests provided with this package as it is a bit tricky to test at this point...