axeldotdev/countries

This package give you countries informations.

Maintainers

Package info

github.com/axeldotdev/countries

Chat

Documentation

pkg:composer/axeldotdev/countries

Fund package maintenance!

axeldotdev

Statistics

Installs: 3

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

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

This package is auto-updated.

Last update: 2026-03-05 19:19:04 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.