rajifafif / bpjs
Wrapper for BPJS Indonesia API, Forked from mbahmario/bpjs
v1.1
2021-12-15 02:37 UTC
Requires
- guzzlehttp/guzzle: ^6.3.3
- nullpunkt/lz-string-php: dev-master
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!