ndower / kominfo-hoax-db
Grab database berita hoax dari situs kominfo
1.0.0
2020-07-05 14:32 UTC
Requires
- imangazaliev/didom: dev-master
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-09-06 05:13:40 UTC
README
PHP Grabber for Kominfo Hoax Database using Curl and Didom
Install using composer
composer require ndower/kominfo-hoax-db
Usage
Require autoload.php
require "autoload.php";
Get data per page, default page 0, type : json / array
$data = KominfoHoaxDB::getData($page,$type);
Get details by slug, type : json / array
$data = KominfoHoaxDB::getDetails($slug,$type);
License
kominfo-hoax-db is open-sourced software licensed under the MIT license.