axeldotdev / countries
This package give you countries informations.
Fund package maintenance!
axeldotdev
Requires
- php: ^8.0
- axeldotdev/dump-die: ^1.0
- tightenco/collect: ^8.34
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.0
- phpunit/phpunit: ^9.5
- spatie/ray: ^1.28
- vimeo/psalm: ^4.8
README
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.