hnhdigital-os / laravel-datasets-okfn
Provides datasets sourced from data.okfn.org.
Installs: 94
Dependents: 2
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/hnhdigital-os/laravel-datasets-okfn
Requires
- php: >=5.6.0
- hnhdigital-os/laravel-datasets: ~1.0
This package is auto-updated.
Last update: 2025-10-22 04:54:14 UTC
README
   ___        _                     _         _  _      __                                 _
  /   \ __ _ | |_  __ _  ___   ___ | |_  ___ | || |    / /   __ _  _ __  __ _ __   __ ___ | |
 / /\ // _` || __|/ _` |/ __| / _ \| __|/ __|| || |_  / /   / _` || '__|/ _` |\ \ / // _ \| |
/ /_//| (_| || |_| (_| |\__ \|  __/| |_ \__ \|__   _|/ /___| (_| || |  | (_| | \ V /|  __/| |
/___,'  \__,_| \__|\__,_||___/ \___| \__||___/   |_|  \____/ \__,_||_|   \__,_|  \_/  \___||_|
                                   DATA.OKFN COLLECTION - hnhdigital-os/laravel-datasets-okfn
Provides datasets from data.okfn.org to be used with H&H|Digital's Laravel Datasets Package.
Install
Via composer:
$ composer require hnhdigital-os/laravel-datasets-okfn
Configuration
Enable this dataset collection by editing config/datasets.php:
return [ 'source' => [ ... 'hnhdigital-os/laravel-datasets-okfn', ... ], ];
Available datasets
- Country Codes - (https://github.com/datasets/country-codes)
- Country Population - (https://github.com/datasets/population)
- Country Population in the most recent year - (https://github.com/datasets/population)
- Language Codes - (https://github.com/datasets/language-codes)
Contributing
Please see CONTRIBUTING for details.
Credits
License
The MIT License (MIT). Please see License File for more information.