赵润马97 / bpjs-bridging
BPJS印尼加密版本的包装器
dev-master
2022-02-14 02:27 UTC
Requires
- guzzlehttp/guzzle: ~6.0
This package is auto-updated.
Last update: 2024-09-14 08:10:27 UTC
README
PHP包用于访问BPJS Kesehatan API 🚑。本包是BPJS VClaim Web Service的包装器 https://apijkn-dev.bpjs-kesehatan.go.id
创建原因是我不想因为使用旧的php-curl :shit: 示例而弄脏我的手。
安装 🔥
composer require purnama97/bpjs-bridging
示例用法 🎊
//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!