ndower/kominfo-hoax-db

Grab database berita hoax dari situs kominfo

Installs: 3

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

pkg:composer/ndower/kominfo-hoax-db

1.0.0 2020-07-05 14:32 UTC

This package is auto-updated.

Last update: 2025-10-06 03:14:31 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.