axeldotdev/countries

This package give you countries informations.

v1.0.1 2021-09-22 18:22 UTC

This package is auto-updated.

Last update: 2024-04-05 15:24:28 UTC


README

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

This package give you countries informations.

Installation

You can install the package via composer:

composer require axeldotdev/countries

Usage

$countries = Axeldotdev\Countries\Country::all(translation: LANG::EN);

$european_countries = Axeldotdev\Countries\Country::european(translation: Lang::FR);

This package only supports english and french. Feel free to add other lang with a PR.

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

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