purnama97/bpjs-bridging

Wrapper for BPJS Indonesia Versi Enkripsi

dev-master 2022-02-14 02:27 UTC

This package is auto-updated.

Last update: 2024-10-14 08:24:54 UTC


README

PHP package to access BPJS Kesehatan API 🚑. This package is a wrapper of BPJS VClaim Web Service https://apijkn-dev.bpjs-kesehatan.go.id

Created because i don't really wanna get my hands dirty coz of using the old php-curl :shit: example.

Installation 🔥

composer require purnama97/bpjs-bridging

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' => '123456'
];

// use Referensi service
// https://apijkn-dev.bpjs-kesehatan.go.id/VClaim-Katalog/Referensi


#### Supported Services (WIP) :rocket:

- [x] Referensi
- [x] Peserta
- [x] SEP
- [x] Rujukan
- [x] Lembar Pengajuan Klaim
- [x] Monitoring
- [x] Aplicare


#### Contributions :ok_hand:
Your contribution is always welcome!