tpweb/countrylist

PHP Library with full country list

0.2.0 2020-11-07 10:58 UTC

This package is auto-updated.

Last update: 2024-04-07 18:25:52 UTC


README

Total Downloads Latest Stable Version Latest Unstable Version License

Composer

"tpweb/countrylist": "dev-master"

Laravel: config/app.php

` 'providers' => [ TPWeb\CountryList\CountryListServiceProvider::class, ],

'aliases' => [ 'CountryList' => TPWeb\VestaCP\CountryListFacade::class, ] `

Usage:

\TPWeb\CountryList\CountryList::countryArray() \TPWeb\CountryList\CountryList::europeCountryArray()