marzhochi / bpjs-kesehatan
BPJS Kesehatan Web Service
2.0.3
2023-09-03 10:59 UTC
Requires
- guzzlehttp/guzzle: ^7.2
- nullpunkt/lz-string-php: ^1.3
- symfony/var-dumper: ^6.2
README
PHP包,用于访问BPJS Kesehatan API 🚑。此包是BPJS VClaim Web Service的封装 https://apijkn-dev.bpjs-kesehatan.go.id
创建原因是因为我不想因为使用旧的php-curl :shit: 示例而搞得一团糟。
安装 🔥
composer require marzhochi/bpjs-kesehatan
使用示例 🎊
//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!