2017 © Pedro Peláez
 

library iso-639

Composer compatible array of languages based on ISO-639

image

keo/iso-639

Composer compatible array of languages based on ISO-639

  • Tuesday, July 14, 2015
  • by keeo
  • Repository
  • 1 Watchers
  • 0 Stars
  • 4,382 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 19 % Grown

The README.md

ISO-639

Usage

``` 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)

Contributing

Just make issue or pull request., (*6)

License

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

The Versions

14/07 2015

dev-master

9999999-dev

Composer compatible array of languages based on ISO-639

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by Martin Moravek

14/07 2015

v1.0.0

1.0.0.0

Composer compatible array of languages based on ISO-639

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by Martin Moravek