komicho/geo

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

get country name and code

Installs: 34

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Language:C

pkg:composer/komicho/geo

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

This package is not auto-updated.

Last update: 2025-10-01 07:40:27 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