umbalaconmeogia/yii2-japanpost-zipcode-csv
最新稳定版本:v0.0.3
Composer 安装命令:
composer require umbalaconmeogia/yii2-japanpost-zipcode-csv
包简介
Webpage to view Japanpost zipcode CSV data
README 文档
README
This is a website to view Japanpost zipcode data published at Japan Post.
It is release as an yii2 module so that can be added into yii2 web application.
Add this module into an yii2 web application
Install the module
Run
composer require umbalaconmeogia/yii2-japanpost-zipcode-csv
or add "umbalaconmeogia/yii2-japanpost-zipcode-csv": "*" to composer.json then run composer update
Edit config
Add to modules in config
$config['modules']['japanzipcodecsv'] = [ 'class' => 'umbalaconmeogia\japanzipcodecsv\Module', ];
Access to the module web page
Now you can access to the module web page via the request japanzipcodecsv/zipcode/index.
For example http://app/index.php?r=japanzipcodecsv/zipcode/index
Add link to the menu
['label' => 'ZipcodeCsv', 'url' => ['/japanzipcodecsv/zipcode/index']],
Other operation to maintain the data of the module
- Update to newest data (TBD).
- Set data version
php yii system-setting/set-zipcode-version <version>
Preferences
统计信息
- 总下载量: 10
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-07-15