qhopes/bpjs

Wrapper for Bridging QHOPES - BPJS VClaim v2, Pcare, Aplicare, Siranap

Installs: 171

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 3

Open Issues: 0

Type:package

v1.0.0 2021-12-15 07:58 UTC

This package is auto-updated.

Last update: 2024-04-25 18:23:48 UTC


README

PHP package to access BPJS Kesehatan API This package is a wrapper of BPJS VClaim Web Service V2

Installation 🔥

composer require qhopes/bpjs

Example Usage :

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

// use Referensi service
$referensi = new Qhopes\Bpjs\VClaim\Referensi($vclaim_conf);
var_dump($referensi->diagnosa('A00'));

$peserta = new \Qhopes\Bpjs\VClaim\Peserta($vclaim_conf);
var_dump($peserta->getByNoKartu('123456789','2018-09-16'));

Supported Services (WIP) 🚀

  • Referensi
  • Peserta
  • SEP
  • Rujukan
  • Lembar Pengajuan Klaim
  • Monitoring
  • PRB
  • Rencana Kontrol
  • Aplicare

REFERENSI REST 📘

BASED ON & CREDIT THANKS 👍

https://github.com/nsulistiyawan/bpjs