2017 © Pedro Peláez
 

library lingua

Easily find (English or native) language names by their ISO 639-1 language code.

image

vercoutere/lingua

Easily find (English or native) language names by their ISO 639-1 language code.

  • Tuesday, October 13, 2015
  • by Vercoutere
  • Repository
  • 1 Watchers
  • 0 Stars
  • 19 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Lingua language library

No Maintenance Intended Build Status Total Downloads License, (*1)

Lingua is a simple library that links language codes to language names in both English and the corresponding language's native translation., (*2)

Usage

Install using composer., (*3)

composer require vercoutere/lingua

Create a new instance., (*4)

use \Lingua\Language;

$lingua = new Language;

Use the availlable functions., (*5)

$language = $lingua->getLanguageByCode('en');
$language = $lingua->getLanguageByName('german');
$language = $lingua->getLanguageByNativeName('nederlands');

License

This library is open sourced software licensed under the MIT license, (*6)

The Versions

13/10 2015

dev-master

9999999-dev

Easily find (English or native) language names by their ISO 639-1 language code.

  Sources   Download

MIT

The Development Requires

by Jonathan Vercoutere

language locale iso 639-1

13/10 2015

0.0.1

0.0.1.0

Easily find (English or native) language names by their ISO 639-1 language code.

  Sources   Download

MIT

The Development Requires

by Jonathan Vercoutere

language locale iso 639-1