2017 © Pedro Peláez
 

library language-list

List of all languages with names and ISO 3166-1 codes in all languages and data formats for Laravel 5

image

bestboysmedialab/language-list

List of all languages with names and ISO 3166-1 codes in all languages and data formats for Laravel 5

  • Thursday, March 9, 2017
  • by bestboysmedialab
  • Repository
  • 2 Watchers
  • 12 Stars
  • 5,809 Installations
  • HTML
  • 1 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 7 Versions
  • 22 % Grown

The README.md

Language List

Language List is a package for Laravel 5 which lists all langauges with names and ISO 3166-1 codes in all languages and data formats., (*1)

Installation

Add bestboysmedialab/language-list to composer.json., (*2)

"bestboysmedialab/language-list": "1.1.3"

Run composer update to pull down the latest version of Country List., (*3)

Now open up app/config/app.php and add the service provider to your providers array., (*4)

'providers' => array(
    'Bestboysmedialab\LanguageList\LanguageListServiceProvider',
)

Now add the alias., (*5)

'aliases' => array(
    'Languages' => 'Bestboysmedialab\LanguageList\LanguageListFacade',
)

Usage

  • Locale (en, en_US, fr, fr_CA...)
  • Format (csv, html, json, mysql.sql, php, postgresql.sql, sqlite.sql, txt, xml, yaml)

Get all languages, (*6)

Route::get('/', function()
{
    return Languages::getList('en', 'json');
});

Get one Language, (*7)

Route::get('/', function()
{
    return Languages::getOne('RU', 'en');
});

The Versions

09/03 2017

dev-master

9999999-dev

List of all languages with names and ISO 3166-1 codes in all languages and data formats for Laravel 5

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

09/03 2017

1.1.4

1.1.4.0

List of all languages with names and ISO 3166-1 codes in all languages and data formats for Laravel 5

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

11/01 2017

1.1.3

1.1.3.0

List of all languages with names and ISO 3166-1 codes in all languages and data formats for Laravel 5

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

08/03 2016

1.1.2

1.1.2.0

List of all languages with names and ISO 3166-1 codes in all languages and data formats for Laravel 5

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

08/03 2016

1.1.1

1.1.1.0

List of all languages with names and ISO 3166-1 codes in all languages and data formats for Laravel 5

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

08/03 2016

1.0.1

1.0.1.0

List of all languages with names and ISO 3166-1 codes in all languages and data formats for Laravel 5

  Sources   Download

MIT

The Requires

  • php >=5.3.0
  • bestboysmedialab/language 1.0.1

 

08/03 2016

1.0.0

1.0.0.0

List of all languages with names and ISO 3166-1 codes in all languages and data formats for Laravel 5

  Sources   Download

MIT

The Requires

  • php >=5.3.0
  • bestboysmedialab/language ^1.0