Wrapper for BPJS Indonesia API, Forked from mbahmario/bpjs

Maintainers

Details

github.com/rajifafif/bpjs

Source

Installs: 9

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 4

Type:package

v1.1 2021-12-15 02:37 UTC

This package is auto-updated.

Last update: 2025-03-29 00:59:56 UTC


README

This Package forked from mbahmario/bpjs which is clone from nsulistiyawan/bpjs under maintenance.

This package is a wrapper of 🚑 BPJS VClaim Web Service https://dvlp.bpjs-kesehatan.go.id:8888/trust-mark/portal.html

Note (2021-10-14) : BPJS haven't Implement user_key so it cannot be tested

Installation 🔥

composer require rajifafif/bpjs

Example Usage 🎊

//use your own bpjs config
$vclaim_conf = [
    'cons_id' => '123456',
    'secret_key' => '123456',
    'base_url' => 'https://apijkn-dev.bpjs-kesehatan.go.id',
    'service_name' => 'vclaim-rest-dev',
    'user_key' => 'd795b04f4a72d74fae727be9da0xxxxx'
];

// use Referensi service
// https://dvlp.bpjs-kesehatan.go.id:8888/trust-mark/main.html#/mitra/katalog/vclaim/referensi - Propinsi

$referensi = new Rajifafif\Bpjs\VClaim\Referensi($vclaim_conf);
var_dump($referensi->propinsi());

Supported Services (WIP) 🚀

  • Referensi
  • Peserta
  • SEP
  • Rujukan
  • Lembar Pengajuan Klaim
  • Monitoring
  • Aplicare

Contributions 👌

Your contribution is always welcome!