1 Star 0 Fork 2

weipo0105/世界国家-地区

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
countries.php 455 Bytes
一键复制 编辑 原始数据 按行查看 历史
Mohammed Le Doze 提交于 2018-02-09 21:33 . remove hungarian notation
#!/usr/bin/env php
<?php
require_once 'vendor/autoload.php';
/**
* Tools to convert countries in different formats
* @author mledoze
* @see https://github.com/mledoze/countries
*/
use MLD\Console\Command\ExportCommand;
use Symfony\Component\Console\Application;
$application = new Application();
$application->add(new ExportCommand(
__DIR__ . DIRECTORY_SEPARATOR . 'countries.json',
__DIR__ . DIRECTORY_SEPARATOR . 'dist'
));
$application->run();
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/weipo0105/world-address.git
git@gitee.com:weipo0105/world-address.git
weipo0105
world-address
世界国家-地区
master

搜索帮助