Keeo / ISO-639

Composer compatible array of languages based on ISO-639

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ISO-639

Usage

use ISO638\Languages;

// from getter
$languages = (new Languages())->getLanguages();
var_dump($languages);

// or as static public array inside Language class
$languages = Languages::$languages;
var_dump($languages);

Installation

Add the iso-639 package to your composer.json file.

{
    "require": {
        "keo/iso-639": ">=1.0"
    }
}

Or via the command line in the root of your Laravel installation.

$ composer require "keo/iso-639:1.0*"

Contributing

Just make issue or pull request.

License

The MIT License (MIT). Please see License File for more information.

About

Composer compatible array of languages based on ISO-639


Languages

Language:PHP 100.0%