定制 stidges/country-flags 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

stidges/country-flags

最新稳定版本:v2.0.0

Composer 安装命令:

composer require stidges/country-flags

包简介

A small package to convert a country code to the corresponding country flag emoji

README 文档

README

Latest Version on Packagist Software License Build Status Total Downloads

A small package to convert a country code to the corresponding country flag emoji.

Note: Emoji flags are not supported on Windows, which displays two-letter country codes instead of emoji flag images.

Installation

You can install the package via Composer:

$ composer require stidges/country-flags

Basic Usage

$countryFlag = new CountryFlag;

echo $countryFlag->get('NL'); // "????????"

Aliasing

If you would like to make country codes available under a custom aliases, you can pass these to the constructor:

$countryFlag = new CountryFlag([
    'AA' => 'NL',
]);

echo $countryFlag->get('AA'); // "????????"

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email info@stidges.com instead of using the issue tracker.

Credits

License

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

统计信息

  • 总下载量: 239.69k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 29
  • 点击次数: 3
  • 依赖项目数: 4
  • 推荐数: 0

GitHub 信息

  • Stars: 29
  • Watchers: 2
  • Forks: 3
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2026-01-04

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固