kura-lab/countries

Country Codes Converter for PHP in Japanese

1.0.0 2017-05-02 08:54 UTC

This package is not auto-updated.

Last update: 2024-04-14 00:07:26 UTC


README

Country Codes Converter for PHP in Japanese.

Packagist license

Specification

Requirements

Minimum PHP Version

  • PHP 5.3.3 or higher.

Install

At first, install composer.

$ mkdir workspace
$ cd workspace
$ curl -s http://getcomposer.org/installer | php

Create composer.json.

{
    "require": {
        "kura-lab/countries": "1.*"
    }
}

Install library.

$ php composer.phar install

Development

Check coding style with CodeSniffer.

$ vendor/bin/phpcs --standard=PSR2 src/

Execute unit test with PHPUnit.

$ vendor/bin/phpunit