2017 © Pedro Peláez
 

library countries

A complete and partial list of countries with a Laravel service provider to load them into config

image

pod-point/countries

A complete and partial list of countries with a Laravel service provider to load them into config

  • Wednesday, February 21, 2018
  • by pod-point
  • Repository
  • 8 Watchers
  • 0 Stars
  • 1,224 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 16 Versions
  • 26 % Grown

The README.md

Internationalisation Package

run-tests, (*1)

This package provides Laravel and Lumen applications internationalisation features:, (*2)

  • List of all countries with data such as dialing codes, names, currencies...
  • Limited countries supported by our applications with additional data such as locale, language...
  • Laravel ViewComposers with some data pre-loaded.
  • Facades and helpers for country, currencies and tax rates (VAT).
  • Exchange rates for currencies via OpenExchangeRate's API implementation.

The countries are indexed using their uppercase ISO codes (alpha2/cca2)., (*3)

Installation

You can install the package via composer:, (*4)

For Laravel 5.x and PHP <= 7.1, (*5)

composer require pod-point/countries:^3.0

For Laravel 6.x and PHP >= 7.2, (*6)

composer require pod-point/countries:^4.0

For Laravel 7.x or 8.x and PHP >= 7.3, (*7)

composer require pod-point/countries:^5.0

Then, finally, if you're using a Laravel version which doesn't support Auto Discovery, add the service provider to your config/app.php providers array:, (*8)

'providers' => [
    PodPoint\I18n\CountriesServiceProvider::class,
]

If you're using Lumen, add the following line to your bootstrap/app.php file:, (*9)

$app->register(PodPoint\I18n\CountriesServiceProvider::class);

Changelog

Please see CHANGELOG for more information on what has changed recently., (*10)

Licence

The MIT Licence (MIT). Please see Licence File for more information., (*11)


, (*12)

Travel shouldn't damage the earth 🌍, (*13)

Made with ❤️  at Pod Point, (*14)

The Versions

21/02 2018

dev-master

9999999-dev

A complete and partial list of countries with a Laravel service provider to load them into config

  Sources   Download

MIT

The Requires

 

The Development Requires

21/02 2018

v2.4.2

2.4.2.0

A complete and partial list of countries with a Laravel service provider to load them into config

  Sources   Download

MIT

The Requires

 

The Development Requires

21/02 2018

dev-system-locale

dev-system-locale

A complete and partial list of countries with a Laravel service provider to load them into config

  Sources   Download

MIT

The Requires

 

The Development Requires

15/02 2018

v2.4.1

2.4.1.0

A complete and partial list of countries with a Laravel service provider to load them into config

  Sources   Download

MIT

The Requires

 

The Development Requires

01/02 2018

v2.4.0

2.4.0.0

A complete and partial list of countries with a Laravel service provider to load them into config

  Sources   Download

MIT

The Requires

 

The Development Requires

31/01 2018

dev-feature/iso-country-information

dev-feature/iso-country-information

A complete and partial list of countries with a Laravel service provider to load them into config

  Sources   Download

MIT

The Requires

 

The Development Requires

26/01 2018

2.3.2

2.3.2.0

A complete and partial list of countries with a Laravel service provider to load them into config

  Sources   Download

MIT

The Requires

 

The Development Requires

24/01 2018

2.3.1

2.3.1.0

A complete and partial list of countries with a Laravel service provider to load them into config

  Sources   Download

MIT

The Requires

 

The Development Requires

23/01 2018

2.3.0

2.3.0.0

A complete and partial list of countries with a Laravel service provider to load them into config

  Sources   Download

MIT

The Requires

 

The Development Requires

19/01 2018

v2.2.0

2.2.0.0

A complete and partial list of countries with a Laravel service provider to load them into config

  Sources   Download

MIT

The Requires

 

The Development Requires

23/10 2017

v2.1.0

2.1.0.0

A complete and partial list of countries with a Laravel service provider to load them into config

  Sources   Download

MIT

The Requires

 

The Development Requires

01/09 2017

v2.0.1

2.0.1.0

A complete and partial list of countries with a Laravel service provider to load them into config

  Sources   Download

MIT

The Requires

 

The Development Requires

31/08 2017

dev-fix-null-dialling-code

dev-fix-null-dialling-code

A complete and partial list of countries with a Laravel service provider to load them into config

  Sources   Download

MIT

The Requires

 

The Development Requires

31/08 2017

v2.0

2.0.0.0

A complete and partial list of countries with a Laravel service provider to load them into config

  Sources   Download

MIT

The Requires

 

The Development Requires

07/12 2015

v1.0.1

1.0.1.0

A complete and partial list of countries with a Laravel service provider to load them into config

  Sources   Download

proprietary

The Requires

 

The Development Requires

07/09 2015

v1.0.0

1.0.0.0

A complete and partial list of countries with a Laravel service provider to load them into config

  Sources   Download

proprietary

The Requires