PHPackages                             allivcorp/iamport - 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. allivcorp/iamport

ActiveLibrary[API Development](/categories/api)

allivcorp/iamport
=================

I'mport; REST API module for Laravel

v1.0.5(8y ago)103.2k5[1 PRs](https://github.com/allivcorp/Iamport/pulls)MITPHPPHP &gt;=7.1.0

Since Mar 26Pushed 6y ago2 watchersCompare

[ Source](https://github.com/allivcorp/Iamport)[ Packagist](https://packagist.org/packages/allivcorp/iamport)[ Docs](https://github.com/allivcorp/iamport)[ RSS](/packages/allivcorp-iamport/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (2)Versions (3)Used By (0)

Iamport
=======

[](#iamport)

[![Packagist](https://camo.githubusercontent.com/fb12e7c6fae92ac77651442a844918e2b9d425015f96b954c339108c81ca1182/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f616c6c6976636f72702f69616d706f72742e737667)](https://packagist.org/packages/allivcorp/iamport)[![PHP from Packagist](https://camo.githubusercontent.com/54e8f504b4aeaa3327a7074d5969aa0c9ac1e19d33a5d5bb2717d8f114aabb6f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f616c6c6976636f72702f69616d706f72742e737667)](https://packagist.org/packages/allivcorp/iamport)[![Packagist](https://camo.githubusercontent.com/b4e0ffc4b3c0a5e7d8add6ba01e01f3e35d7eddf292371ccbf19ef5120bc6f84/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f616c6c6976636f72702f69616d706f72742e737667)](https://packagist.org/packages/allivcorp/iamport)[![Packagist](https://camo.githubusercontent.com/7a1dcb4050495cd8d51cc6285c4e5b36ad1a99ce1da51b8d070af3bd6baae50f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f616c6c6976636f72702f69616d706f72742e737667)](https://packagist.org/packages/allivcorp/iamport)

This package is [I'mport;](https://www.iamport.kr/) REST API module for Laravel 5.

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

[](#installation)

Yon can install this package via composer using:

```
composer require allivcorp/iamport
```

and then in `.../config/app.php`

```
    'providers' => [
        // ...
        Alliv\Iamport\IamportServiceProvider::class,
    ]
```

```
    'aliases' => [
        // ...
        'Iamport' => Alliv\Iamport\Facades\IamportFacade::class,
    ]
```

Configuration
-------------

[](#configuration)

To publish the config file to `config/iamport.php` run:

```
php artisan vendor:publish --provider="Alliv\Iamport\IamportServiceProvider"
```

This will publish a file `iamport.php` in your config directory with the following contents:

```
return [
    'apiKey' => env('IAMPORT_REST_API_KEY', 'imp_apikey'),
    'apiSecret' => env('IAMPORT_REST_API_SECRET', 'ekKoeW8RyKuT0zgaZsUtXXTLQ4AhPFW3ZGseDA6bkA5lamv9OqDMnxyeB9wqOsuO9W3Mx9YSJ4dTqJ3f')
];
```

Usage
-----

[](#usage)

```
use Iamport;

// Add subscribe customer (Issue billing key)
Iamport::addSubscribeCustomer('customer_1234', '1234123412341234', '2020-10', '920327', '00');

// Checkout merchant(order)
Iamport::subscribeAgain('customer_1234', 'merchant_1234', 6000, 'Coffee');
```

Furthermore information, please refer to [I'mport API](https://api.iamport.kr/).

TBD
---

[](#tbd)

- Use Guzzle (Working on now. Will be released before July, 2018)
- Other REST API provided by [I'mport API](https://api.iamport.kr/).

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE) for more information.

###  Health Score

32

—

LowBetter than 71% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity59

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

Unknown

Total

1

Last Release

2966d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/c7e0129ece554d212e542823a46160733fa5c15b5a278c1fd7adbc3545c5d996?d=identicon)[yoobato](/maintainers/yoobato)

![](https://www.gravatar.com/avatar/cc5d4798082cae7bd3372ff0d7802ad87be6330fe435b29954a5076ff3f4373c?d=identicon)[allivdev](/maintainers/allivdev)

---

Top Contributors

[![yoobato](https://avatars.githubusercontent.com/u/1592319?v=4)](https://github.com/yoobato "yoobato (25 commits)")

---

Tags

iamportlaravellaraveliamport

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/allivcorp-iamport/health.svg)

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

###  Alternatives

[rakibdevs/openweather-laravel-api

Laravel package to connect https://openweathermap.org/ to get customized weather data for any location on the globe immediately

7648.2k](/packages/rakibdevs-openweather-laravel-api)

PHPackages © 2026

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