ndower/kominfo-hoax-db

Grab database berita hoax dari situs kominfo

1.0.0 2020-07-05 14:32 UTC

This package is auto-updated.

Last update: 2024-05-06 00:00:41 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.