PHPackages                             ippopay/ippopay - 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. ippopay/ippopay

ActiveLibrary[Payment Processing](/categories/payments)

ippopay/ippopay
===============

Ippopay PHP Client Library

1.0.0(5y ago)0205[1 issues](https://github.com/ippopay/ippopay-php/issues)[1 PRs](https://github.com/ippopay/ippopay-php/pulls)MITPHPPHP &gt;=5.3.0

Since Feb 19Pushed 5y ago1 watchersCompare

[ Source](https://github.com/ippopay/ippopay-php)[ Packagist](https://packagist.org/packages/ippopay/ippopay)[ RSS](/packages/ippopay-ippopay/feed)WikiDiscussions master Synced 3w ago

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

Ippopay PHP Client
==================

[](#ippopay-php-client)

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

[](#installation)

```
composer require ippopay/ippopay
```

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

[](#documentation)

Documentation of Ippopay's API is available at

### Basic Usage

[](#basic-usage)

Initiate the Ippopay instance with `public_key` &amp; `secret_key`. You can get the keys from the merchant dashboard ()

```
require('./vendor/ippopay/ippopay/Ippopay.php');

$api = new IPOrder('YOUR_PUBLIC_KEY','YOUR_SECRET_KEY');
```

### Create an Order

[](#create-an-order)

```
$order = $api->createOrder([
    "amount"=> 1.00,
    "currency"=> "INR",
    "payment_modes"=> "cc,dc,nb,upi",
    "return_url"=> "",
    "customer"=> array(
        "name"=> "Test",
        "email"=> "test@gmail.com",
        "phone"=> array(
            "country_code"=> "91" ,
            "national_number"=> "9876543210"
        )
    )
]);
$orderData = json_decode($order, true);
$orderID = $orderData['data']['order']['order_id']; // Get your ORDER ID Here
print_r($orderID);

```

### Get Transaction Details of Order

[](#get-transaction-details-of-order)

```
$orderTransactionDetails = $api->orderDetails('ORDER_ID'); // Get Transaction details of Order
```

---

Author
------

[](#author)

This component is written by [IppoPay](https://github.com/ippopay).

License
-------

[](#license)

IppoPay 2021 © All Rights Reserved. [IppoPay](https://www.ippopay.com)

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

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

1951d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/83b4a0717bc05ac446c1b4d5f1718157588abd863c979485856d6a8be5a2df90?d=identicon)[ippopay](/maintainers/ippopay)

---

Top Contributors

[![ippopay](https://avatars.githubusercontent.com/u/68433444?v=4)](https://github.com/ippopay "ippopay (16 commits)")

### Embed Badge

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

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

###  Alternatives

[hakito/php-stuzza-eps-banktransfer

Stuzza e-payment standard implementation for PHP

1672.3k2](/packages/hakito-php-stuzza-eps-banktransfer)[art4/requests-psr18-adapter

Use WordPress/Requests as a PSR-18 HTTP client

155.7k](/packages/art4-requests-psr18-adapter)

PHPackages © 2026

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