d-novation/is_eu
Composer 安装命令:
composer require d-novation/is_eu
包简介
Сheck that the country is a EU member state by 2 character country code (iso 3166)
README 文档
README
Сheck that the country is a EU member state by 2 character country code (iso 3166)
Installation
This project using composer.
$ composer require d-novation/is_eu
Usage
Сheck that the country is a EU member state by 2 character country code (iso 3166)
<?php use function Dnovation\is_EU; $result = is_EU('DE'); // true
or
<?php use Dnovation\IsEu; $result = IsEu::check('DE'); // true
统计信息
- 总下载量: 212
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: proprietary
- 更新时间: 2023-01-05