An open API service indexing awesome lists of open source software.

https://github.com/zhooravell/php-iso-3166-1

ISO 3166-1 php helper
https://github.com/zhooravell/php-iso-3166-1

country-codes iso-3166-1 iso-3166-1-alpha-2 iso-3166-1-alpha-3 iso-3166-1-numeric php

Last synced: about 1 year ago
JSON representation

ISO 3166-1 php helper

Awesome Lists containing this project

README

          

# PHP ISO-3166-1 library
> A PHP library providing ISO 3166-1 data.

[![Build Status](https://travis-ci.com/zhooravell/php-iso-3166-1.svg?branch=master)](https://travis-ci.com/zhooravell/php-iso-3166-1)
[![codecov](https://codecov.io/gh/zhooravell/php-iso-3166-1/branch/master/graph/badge.svg)](https://codecov.io/gh/zhooravell/php-iso-3166-1)
[![License](https://img.shields.io/packagist/l/zhuravel/php-iso-3166-1.svg?style=flat-square)](https://packagist.org/packages/zhuravel/php-iso-3166-1)

## Installing

``` sh
$ composer require zhuravel/php-iso-3166-1
```

## Example #1
```php
$name) {
echo sprintf("%s %s\n", $code, $name);
}
```

## Example #3
```php
fromAlphaTwoCode('CA');

var_dump($canada);
```

## Source(s)

* [ISO 3166-1](http://en.wikipedia.org/wiki/ISO_3166-1) by [Wikipedia](http://www.wikipedia.org) licensed under [CC BY-SA 3.0 Unported License](http://en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License)
* [www.iso.org](http://www.iso.org)