PHPackages                             ferdhika31/ipaymu-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. [Payment Processing](/categories/payments)
4. /
5. ferdhika31/ipaymu-php

ActiveLibrary[Payment Processing](/categories/payments)

ferdhika31/ipaymu-php
=====================

PHP Client for iPaymu API

0.2(5y ago)293MITPHPPHP ^7.4

Since Nov 25Pushed 5y ago2 watchersCompare

[ Source](https://github.com/ferdhika31/iPaymu-php)[ Packagist](https://packagist.org/packages/ferdhika31/ipaymu-php)[ Docs](https://github.com/ferdhika31/iPaymu-php)[ RSS](/packages/ferdhika31-ipaymu-php/feed)WikiDiscussions main Synced 3d ago

READMEChangelog (2)Dependencies (2)Versions (3)Used By (0)

iPaymu REST API Client PHP
==========================

[](#ipaymu-rest-api-client-php)

[iPaymu](https://ipaymu.com) API wrapper written in PHP for access from applications.

[![Build Status](https://camo.githubusercontent.com/a5583bf317540dab35e675d346d8255475f78caef213908f5bb78cfd8f521685/68747470733a2f2f7472617669732d63692e6f72672f6665726468696b6133312f695061796d752d7068702e7376673f6272616e63683d6d61696e)](https://travis-ci.org/ferdhika31/iPaymu-php)[![StyleCI](https://camo.githubusercontent.com/9889deb4fae9cf710efa835032697e400638ef9d9ac89598030e5cb49fcde3dc/68747470733a2f2f6769746875622e7374796c6563692e696f2f7265706f732f3331353837313532302f736869656c643f6272616e63683d6d61696e)](https://github.styleci.io/repos/315871520)[![Coverage Status](https://camo.githubusercontent.com/7933003ec11c34feb1344a117cbc0d3fdc092db9a6bb2df3ea149ec071e96026/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6665726468696b6133312f695061796d752d7068702f62616467652e7376673f6272616e63683d6d61696e26736572766963653d676974687562)](https://coveralls.io/github/ferdhika31/iPaymu-php?branch=main)[![Latest Stable Version](https://camo.githubusercontent.com/506cbab1a38097187ce6471f11d9929273ee2e3ab69fa7ab5b4dbe93c886d7cc/68747470733a2f2f706f7365722e707567782e6f72672f6665726468696b6133312f695061796d752d7068702f762f737461626c65)](https://packagist.org/packages/ferdhika31/iPaymu-php)[![Total Downloads](https://camo.githubusercontent.com/d234fadc5d71f58c3066e1c24c498fa7360d39af2a222eaf4c5fe0d93487bbb5/68747470733a2f2f706f7365722e707567782e6f72672f6665726468696b6133312f695061796d752d7068702f646f776e6c6f616473)](https://packagist.org/packages/ferdhika31/iPaymu-php)[![Latest Unstable Version](https://camo.githubusercontent.com/6a40e833709c5e736a4c47f21dfffa0bcba44cd546c26d234b8cea9cc389cda3/68747470733a2f2f706f7365722e707567782e6f72672f6665726468696b6133312f695061796d752d7068702f762f756e737461626c65)](https://packagist.org/packages/ferdhika31/iPaymu-php)[![License](https://camo.githubusercontent.com/b91835a694959a5e60113726c21d9b796f67e877b6497114ee5b0e2d4ceb1982/68747470733a2f2f706f7365722e707567782e6f72672f6665726468696b6133312f695061796d752d7068702f6c6963656e7365)](https://packagist.org/packages/ferdhika31/iPaymu-php)

Documentation
-------------

[](#documentation)

For the API documentation, please check [iPaymu API Documentation](https://ipaymu.com/en/api-documentation/).

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

[](#installation)

Install the package with [composer](https://getcomposer.org/) by following command:

```
composer require ferdhika31/ipaymu-php

```

Usage
-----

[](#usage)

### Initialization

[](#initialization)

Configure package with your account's secret key obtained from iPaymu Dashboard. You can use [production](https://my.ipaymu.com/) or [sandbox](https://sandbox.ipaymu.com/) environment.

```
