PHPackages                             cmink/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. [Utility &amp; Helpers](/categories/utility)
4. /
5. cmink/bpjs

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

cmink/bpjs
==========

Bridging BPJS V2

v2.0(4y ago)031mitPHP

Since Dec 1Pushed 4y ago1 watchersCompare

[ Source](https://github.com/cmink-alone/Bpjs)[ Packagist](https://packagist.org/packages/cmink/bpjs)[ RSS](/packages/cmink-bpjs/feed)WikiDiscussions master Synced yesterday

READMEChangelog (4)Dependencies (1)Versions (4)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

Dibuat untuk mempermudah tanpa menggunakan metode lama dari PHP\_CURL, pengembangan dari BPJS Wrapper nsulistiawan ()

#### Installation 🔥

[](#installation-fire)

`composer require cmink/bpjs`

#### Contoh Penggunaan :

[](#contoh-penggunaan-)

```
//use your own bpjs config
$vclaim_conf = [
    'cons_id' => '123456',
    'secret_key' => '123456',
    'user_key' => 'userkey untuk mengakses ws BPJS',
    'base_url' => 'url webservice BPJS',
    'service_name' => 'vclaim-rest'
];

// use Referensi service
// https://dvlp.bpjs-kesehatan.go.id/VClaim-Katalog/Referensi

$referensi = new cmiNk\Bpjs\V2\Bridging($vclaim_conf);
var_dump($referensi->diagnosa('A00'));

//use Peserta service
//https://dvlp.bpjs-kesehatan.go.id/VClaim-Katalog/Peserta

$peserta = new cmiNk\Bpjs\V2\Bridging($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
- Aplicare
- PRB (Pembuatan Rujukan Balik)
- Rencana Kontrol/SPRI

#### Contributions 👌

[](#contributions-ok_hand)

Your contribution is always welcome!

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

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 ~1 days

Total

3

Last Release

1673d ago

Major Versions

v1.1 → v2.02021-12-05

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/382507?v=4)[Craig Mink](/maintainers/cmink)[@cmink](https://github.com/cmink)

---

Top Contributors

[![cmink-alone](https://avatars.githubusercontent.com/u/6161940?v=4)](https://github.com/cmink-alone "cmink-alone (6 commits)")

### Embed Badge

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

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

###  Alternatives

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.3k543.5M2.6k](/packages/aws-aws-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k39](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M46](/packages/tencentcloud-tencentcloud-sdk-php)[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

751291.4k43](/packages/civicrm-civicrm-core)[spatie/laravel-export

Create a static site bundle from a Laravel app

674146.0k6](/packages/spatie-laravel-export)[oat-sa/tao-core

TAO core extension

66143.7k124](/packages/oat-sa-tao-core)

PHPackages © 2026

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