Skip to content

Releases: dyazincahya/API-KBBI-PHP-Codeigniter-4

1.4.4-alpha-1

06 Dec 13:15
4c03a99
Compare
Choose a tag to compare
1.4.4-alpha-1 Pre-release
Pre-release

Peningkatan performa parsing HTML dengan mengonversi kode _parserV2() dan _parserV3() menggunakan Extension Dom baru (Dom\HTMLDocument) yang ada di PHP 8.4.
.
.
.
Catatan :
Ini Masih tahap uji coba, ini belum rilis sepenuhnya.

1.4.3

05 Nov 13:03
7e3e9c9
Compare
Choose a tag to compare

Mambahkan konfigurasi tambahan pada cURL, Anda dapat mengatur ulang sesuai kebutuhan.

curl_setopt($ch, CURLOPT_USERAGENT, 'Localhost');
curl_setopt($ch, CURLOPT_HTTPHEADER, ['X-Forwarded-For: 127.0.0.1']);
curl_setopt($ch, CURLOPT_TIMEOUT, 20);
curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 10);
curl_setopt($ch, CURLOPT_ENCODING, 'gzip,deflate');
curl_setopt($ch, CURLOPT_MAXREDIRS, 3);

1.4.2

03 Nov 12:16
5e2729a
Compare
Choose a tag to compare
  • set timeout request on curl

1.4.1

26 Jun 06:12
121b0e0
Compare
Choose a tag to compare

Added search via query param like this :
/api/kbbi?search=KATA_KUNCI

1.4.0

25 Jun 05:24
6cfe125
Compare
Choose a tag to compare
  • Added Alternative Server for Backup if the Official site Restricts the Access
  • Enhance PHP code

1.3.0

23 Jun 22:20
41dd96d
Compare
Choose a tag to compare
  • enhance parser execution
  • parserV1 disabled because has been enhance in parserV3

1.2.0

23 Jun 02:51
1abb9fc
Compare
Choose a tag to compare

menambahkan parser v2

1.0.0

23 Jun 02:45
6d1fc56
Compare
Choose a tag to compare

first release