bluora / laravel-datasets-okfn
1.0.2
2018-01-03 00:06 UTC
Requires
- php: >=5.6.0
- hnhdigital-os/laravel-datasets: ~1.0
This package is not auto-updated.
Last update: 2022-02-01 13:04:09 UTC
README
___ _ _ _ _ __ _
/ \ __ _ | |_ __ _ ___ ___ | |_ ___ | || | / / __ _ _ __ __ _ __ __ ___ | |
/ /\ // _` || __|/ _` |/ __| / _ \| __|/ __|| || |_ / / / _` || '__|/ _` |\ \ / // _ \| |
/ /_//| (_| || |_| (_| |\__ \| __/| |_ \__ \|__ _|/ /___| (_| || | | (_| | \ V /| __/| |
/___,' \__,_| \__|\__,_||___/ \___| \__||___/ |_| \____/ \__,_||_| \__,_| \_/ \___||_|
DATA.OKFN COLLECTION - hnhdigital-os/laravel-datasets-okfn
提供来自data.okfn.org的数据集,以便与H&H|Digital的Laravel Datasets Package一起使用。
安装
通过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)。请参阅许可文件以获取更多信息。