14/07
2015
Wallogit.com
2017 © Pedro Peláez
Composer compatible array of languages based on ISO-639
``` php use ISO638\Languages;, (*1)
// from getter $languages = (new Languages())->getLanguages(); var_dump($languages);, (*2)
// or as static public array inside Language class $languages = Languages::$languages; var_dump($languages);, (*3)
Installation ------------ Add the iso-639 package to your `composer.json` file. ``` json { "require": { "keo/iso-639": ">=1.0" } }
Or via the command line in the root of your Laravel installation., (*4)
bash
$ composer require "keo/iso-639:1.0*", (*5)
Just make issue or pull request., (*6)
The MIT License (MIT). Please see License File for more information., (*7)