bridging/bpjs
最新稳定版本:v1.0
Composer 安装命令:
composer require bridging/bpjs
包简介
Wrapper for Bridging - BPJS VClaim v2, Pcare, Aplicare, Siranap
README 文档
README
PHP package to access BPJS Kesehatan API This package is a wrapper of BPJS VClaim Web Service V2
Installation 🔥
composer require bridging/bpjs
Example Usage :
//use your own bpjs config /** * VCLAIM */ $vclaim_config = [ 'cons_id' => '123456', 'secret_key' => 'abcdef', 'user_key' => 'xxxyyyzzz', 'base_url' => 'https://apijkn-dev.bpjs-kesehatan.go.id', 'service_name' => 'vclaim-rest-dev' ]; /** * APLI CARE */ $aplicare_config = [ 'cons_id' => '', 'secret_key' => '', 'base_url' => 'https://new-api.bpjs-kesehatan.go.id:8080', 'service_name' => 'aplicaresws/rest' ]; /** * P-CARE */ $pcare_config = [ 'cons_id' => '', 'secret_key' => '', 'base_url' => 'https://dvlp.bpjs-kesehatan.go.id:9081', 'service_name' => 'pcare-rest-v3.0', 'pcare_user' => '', 'pcare_pass' => '', 'kd_aplikasi' => '' ]; /** * SITB_CONF */ $sitb_conf = [ 'cons_id' => '', 'user_pass' => '', 'base_url' => 'http://sirs.yankes.kemkes.go.id', 'service_name' => 'sirsservice/sitbtraining/sitb' ]; // use Referensi service $referensi = new Bridging\Bpjs\VClaim\Referensi($vclaim_conf); var_dump($referensi->diagnosa('A00')); $peserta = new Bridging\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
- SITB ( Sietem Informasi Tuberkolosis )
REFERENSI REST 📘
- Vclaim V2.0 Trust Mark: https://dvlp.bpjs-kesehatan.go.id:8888/trust-mark/portal.html
- Pcare v3.0: https://new-api.bpjs-kesehatan.go.id/pcare-rest-v3.0/
BASED ON & CREDIT THANKS 👍
统计信息
- 总下载量: 322
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 8
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: mit
- 更新时间: 2022-10-18