PHPackages                             infradigitalnusantara/idn-php-client - 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. infradigitalnusantara/idn-php-client

ActiveLibrary

infradigitalnusantara/idn-php-client
====================================

Infra Digital Nusantara APIs Client Adapter

v1.0.6(5y ago)028proprietaryPHPPHP &gt;=5.6

Since Jul 29Pushed 5y agoCompare

[ Source](https://github.com/infradigitalnusantara/idn-php-client)[ Packagist](https://packagist.org/packages/infradigitalnusantara/idn-php-client)[ Docs](https://www.infradigital.io)[ RSS](/packages/infradigitalnusantara-idn-php-client/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (12)Versions (8)Used By (0)

**INFRA DIGITAL NUSANTARA APIs**

This is APIs library used for doing request to IDN endpoint.

You may install this library from composer. You can install this library using this command `composer require infradigital/api-client`or by registering the library packagist namespace into your composer.json file `{ "require": { "infradigital/api-client": "1.*" } }` then invoke the composer install command `php composer install`

***HOW TO***

To initiate the API class you can import first the ApiClient class like this `use InfraDigital\ApiClient;`then initiate it in your php code

```
$idnClient = new ApiClient\Client($idnUserName, $idnPassword);

```

Once you already initiate the class you can use like this example

```
$idnClient->studentApi()->createStudent('Test User 1234' . date('YMDhis'), 'testBillKey01234' . date('YMDhis'),'0987612345', 'use.only@valid.domain', 'This is test to create user');

```

So it would look like this if we put it together

```
use InfraDigital\ApiClient;

$idnClient = new ApiClient\Client($idnUserName, $idnPassword);
$idnClient->studentApi()->createStudent('Test User 1234' . date('YMDhis'), 'testBillKey01234' . date('YMDhis'),'0987612345', 'use.only@valid.domain', 'This is test to create user');

```

You may put this short of code `$idnClient->setDevMode();` after you initiate the class. Instead it will use IDN production domain as default uri.

```
$idnClient = new ApiClient\Client($idnUserName, $idnPassword);
$idnClient->setDevMode(); // This will be tell the class to use development uri
$idnClient->studentApi()->createStudent('Test User 1234' . date('YMDhis'), 'testBillKey01234' . date('YMDhis'),'0987612345', 'use.only@valid.domain', 'This is test to create user');

```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity54

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

Total

7

Last Release

2006d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/68948037?v=4)[triidn](/maintainers/triidn)[@triidn](https://github.com/triidn)

---

Top Contributors

[![triidn](https://avatars.githubusercontent.com/u/68948037?v=4)](https://github.com/triidn "triidn (10 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/infradigitalnusantara-idn-php-client/health.svg)

```
[![Health](https://phpackages.com/badges/infradigitalnusantara-idn-php-client/health.svg)](https://phpackages.com/packages/infradigitalnusantara-idn-php-client)
```

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M651](/packages/sylius-sylius)[phpro/http-tools

HTTP tools for developing more consistent HTTP implementations.

28137.8k](/packages/phpro-http-tools)[j0k3r/graby

Graby helps you extract article content from web pages

384349.6k2](/packages/j0k3r-graby)[dhope0000/lxd

PHP-based API wrapper for LXD REST API.

136.2k](/packages/dhope0000-lxd)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)[brd6/notion-sdk-php

Notion SDK for PHP

5918.0k](/packages/brd6-notion-sdk-php)

PHPackages © 2026

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