abbasghasemi / country-list
Enum countries list
v1.0
2024-12-17 20:54 UTC
Requires
- php: ^8.1
This package is auto-updated.
Last update: 2025-01-17 21:12:11 UTC
README
Enum countries list
Example
<?php include 'vendor/autoload.php'; use AG\Country; echo Country::IRAN->getName() . '<br>'; // Iran echo Country::IRAN->value . '<br>'; // ir echo Country::IRAN->getUtcOffsetInSeconds() . '<br>'; // 12600 (+03:30) echo Country::IRAN->getTimezone() . '<br>'; // Asia/Tehran echo Country::IRAN->getFlagUrl() . '<br>'; // https://flagcdn.com/ir.svg