ndower/kominfo-hoax-db

Grab database berita hoax dari situs kominfo

Maintainers

Package info

github.com/rendrianarma/kominfo-hoax-db

Issues

pkg:composer/ndower/kominfo-hoax-db

Statistics

Installs: 3

Dependents: 0

Suggesters: 0

Stars: 0

1.0.0 2020-07-05 14:32 UTC

This package is auto-updated.

Last update: 2026-03-06 04:01:21 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.