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)029mitPHP

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 1mo ago

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 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

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

1625d ago

Major Versions

v1.1 → v2.02021-12-05

### Community

Maintainers

![](https://www.gravatar.com/avatar/e8e568896b0dc028e06b764c189b9e021b17532621d1440451e4892a991f2fd4?d=identicon)[cmink](/maintainers/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

[shlinkio/shlink

A self-hosted and PHP-based URL shortener application with CLI and REST interfaces

4.8k4.3k](/packages/shlinkio-shlink)[ralphjsmit/laravel-helpers

A package containing handy helpers for your Laravel-application.

13704.6k2](/packages/ralphjsmit-laravel-helpers)[dhlparcel/magento2-plugin

DHL Parcel plugin for Magento 2

11180.5k2](/packages/dhlparcel-magento2-plugin)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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