PHPackages                             dulabs/iak-api-php - 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. dulabs/iak-api-php

ActiveLibrary[API Development](/categories/api)

dulabs/iak-api-php
==================

PHP-based SDK for IAK API Services

1.0.0(3y ago)035MITPHPPHP ^5.6 || ^7.0 || ^8.0

Since Nov 12Pushed 1y ago1 watchersCompare

[ Source](https://github.com/dulabs/iak-api-php)[ Packagist](https://packagist.org/packages/dulabs/iak-api-php)[ RSS](/packages/dulabs-iak-api-php/feed)WikiDiscussions master Synced 1mo ago

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

API PHP SDK - IAK
=================

[](#api-php-sdk---iak)

[![php version requirement](https://camo.githubusercontent.com/f45c442f35ad2dabbac367fdb976bc23adb6174bd820a37928a55001ad5eb586/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f70687025323076657273696f6e2d2533453d253230352e362d726564)](https://camo.githubusercontent.com/f45c442f35ad2dabbac367fdb976bc23adb6174bd820a37928a55001ad5eb586/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f70687025323076657273696f6e2d2533453d253230352e362d726564)

PHP library to help you integrate your system to Indobest Artha Kreasi (IAK) API services. This library consists of two sections, **prepaid** and **postpaid**

**Note**:

- You have to register yourself first on this [link](https://iak.id) to get the access key for our API services
- Parameter used in IAK API's functions is in the form of single **array** parameter which consists of zero or multiple available field(s)
- Response given by each function is in the form of a single **array**. Please refer to each section's response example for more details

Installation
------------

[](#installation)

Using Composer

```
composer require dulabs/iak-api-php
```

Getting Started
---------------

[](#getting-started)

You can use below snippet code to use our check balance service on prepaid API and get our pricelist on postpaid API to get started on our SDK.

### Prepaid

[](#prepaid)

```
