PHPackages                             bridging/bpjs - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. bridging/bpjs

ActivePackage[API Development](/categories/api)

bridging/bpjs
=============

Wrapper for Bridging - BPJS VClaim v2, Pcare, Aplicare, Siranap

v1.0(3y ago)73387[1 issues](https://github.com/antmey/bridging-bpjs/issues)mitPHP

Since Oct 18Pushed 3y ago1 watchersCompare

[ Source](https://github.com/antmey/bridging-bpjs)[ Packagist](https://packagist.org/packages/bridging/bpjs)[ RSS](/packages/bridging-bpjs/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (2)Dependencies (1)Versions (3)Used By (0)

BPJS Kesehatan Indonesia
========================

[](#bpjs-kesehatan-indonesia)

PHP package to access BPJS Kesehatan API This package is a wrapper of BPJS VClaim Web Service V2

#### Installation 🔥

[](#installation-fire)

`composer require bridging/bpjs`

#### Example Usage :

[](#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) 🚀

[](#supported-services-wip-rocket)

- Referensi
- Peserta
- SEP
- Rujukan
- Lembar Pengajuan Klaim
- Monitoring
- PRB
- Rencana Kontrol
- Aplicare
- SITB ( Sietem Informasi Tuberkolosis )

#### REFERENSI REST 📘

[](#referensi-rest-)

- Vclaim V2.0 Trust Mark:
- Pcare v3.0:

#### BASED ON &amp; CREDIT THANKS 👍

[](#based-on--credit-thanks-)

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance17

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~82 days

Total

2

Last Release

1262d ago

Major Versions

v0.1 → v1.02023-01-09

### Community

Maintainers

![](https://www.gravatar.com/avatar/675b42ff6cadfe775cd45c7d87d195162241675d0868e482282427869bbc7add?d=identicon)[antmey](/maintainers/antmey)

---

Top Contributors

[![antmey](https://avatars.githubusercontent.com/u/30598227?v=4)](https://github.com/antmey "antmey (8 commits)")

### Embed Badge

![Health badge](/badges/bridging-bpjs/health.svg)

```
[![Health](https://phpackages.com/badges/bridging-bpjs/health.svg)](https://phpackages.com/packages/bridging-bpjs)
```

###  Alternatives

[hubspot/api-client

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93452.6k6](/packages/botman-driver-telegram)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
