```
___ _ _ _ _ __ _
/ \ __ _ | |_ __ _ ___ ___ | |_ ___ | || | / / __ _ _ __ __ _ __ __ ___ | |
/ /\ // || __|/ _ |/ | / _ | __|/ __|| || |_ / / / || '__|/ _ |\ \ / // _ | |
/ ///| (_| || || (| |__ | __/| |_ __ | _|/ /___| (| || | | (_| | \ V /| /| |
/__,' _,| _|__,||/ _| __||/ || ____/ __,||| __,_| _/ _||_|
DATA.OKFN COLLECTION - hnhdigital-os/laravel-datasets-okfn, (*1)
Provides datasets from [data.okfn.org](http://data.okfn.org/data) to be used with [H&H|Digital's Laravel Datasets Package](https://github.com/hnhdigital-os/laravel-datasets).
[](https://packagist.org/packages/hnhdigital-os/laravel-datasets) [](https://styleci.io/repos/77714232) [](https://laravel.com/) [](https://packagist.org/packages/hnhdigital-os/laravel-datasets)
## Install
Via composer:
$ composer require hnhdigital-os/laravel-datasets-okfn
## Configuration
Enable this dataset collection by editing config/datasets.php:
```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., (*2)
Credits
License
The MIT License (MIT). Please see License File for more information., (*3)