komicho/geo

There is no license information available for the latest version (V0.1) of this package.

get country name and code

V0.1 2017-09-07 11:07 UTC

This package is not auto-updated.

Last update: 2024-05-01 01:00:13 UTC


README

get country name and code

Install via composer

Add orm to composer.json configuration file.

$ composer require komicho/geo

And update the composer

$ composer update

code

require 'vendor/autoload.php';

use komicho\geo;

echo geo::code(); // get code

echo geo::name(); // get name