hnhdigital-os / laravel-datasets-okfn
提供来自 data.okfn.org 的数据集。
1.0.2
2018-01-03 00:06 UTC
Requires
- php: >=5.6.0
- hnhdigital-os/laravel-datasets: ~1.0
This package is auto-updated.
Last update: 2024-09-22 02:16:47 UTC
README
___ _ _ _ _ __ _
/ \ __ _ | |_ __ _ ___ ___ | |_ ___ | || | / / __ _ _ __ __ _ __ __ ___ | |
/ /\ // _` || __|/ _` |/ __| / _ \| __|/ __|| || |_ / / / _` || '__|/ _` |\ \ / // _ \| |
/ /_//| (_| || |_| (_| |\__ \| __/| |_ \__ \|__ _|/ /___| (_| || | | (_| | \ V /| __/| |
/___,' \__,_| \__|\__,_||___/ \___| \__||___/ |_| \____/ \__,_||_| \__,_| \_/ \___||_|
DATA.OKFN COLLECTION - hnhdigital-os/laravel-datasets-okfn
提供来自 data.okfn.org 的数据集,用于与 H&H|Digital 的 Laravel Datasets 包 一起使用。
安装
通过 composer
$ composer require hnhdigital-os/laravel-datasets-okfn
配置
通过编辑 config/datasets.php 启用此数据集集合
return [ 'source' => [ ... 'hnhdigital-os/laravel-datasets-okfn', ... ], ];
可用数据集
- 国家代码 - (https://github.com/datasets/country-codes)
- 国家人口 - (https://github.com/datasets/population)
- 最近一年的国家人口 - (https://github.com/datasets/population)
- 语言代码 - (https://github.com/datasets/language-codes)
贡献
请参阅 CONTRIBUTING 获取详细信息。
致谢
许可协议
MIT 许可协议 (MIT)。有关更多信息,请参阅 许可文件。