beastbytes/country-helper

数据格式化的国家辅助方法

v1.0.0 2023-08-14 09:18 UTC

This package is auto-updated.

Last update: 2024-09-14 13:20:12 UTC


README

提供国家数据的辅助方法

安装

安装此扩展的首选方式是通过 composer

运行以下命令之一

php composer.phar require --prefer-dist beastbytes/country-helper

"beastbytes/country-helper": "^1.0"

将其添加到您的 composer.json 文件的 require 部分中。

还需要一个 CountryDataInterface 实现例如 beastbytes/country-data-php