PHPackages                             worldline-ind/php-checkoutjs - 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. worldline-ind/php-checkoutjs

ActiveLibrary[Payment Processing](/categories/payments)

worldline-ind/php-checkoutjs
============================

PHP CheckoutJS integration for Worldline

v1.0.0(2y ago)08MITPHPPHP &gt;=8.0

Since Jul 1Pushed 2y ago1 watchersCompare

[ Source](https://github.com/digihind/ph-checkoutjs)[ Packagist](https://packagist.org/packages/worldline-ind/php-checkoutjs)[ RSS](/packages/worldline-ind-php-checkoutjs/feed)WikiDiscussions main Synced today

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

PHP CheckoutJS Integration Documentation

PHP CheckoutJS Integration
==========================

[](#php-checkoutjs-integration)

Integrate your PHP applications with Worldline's CheckoutJS to seamlessly handle payments.

Badges
------

[](#badges)

[![Latest Stable Version](https://camo.githubusercontent.com/95aec3f28dcbf477715386d5e370c476b28d75455130f4df43bbb64b7bd5a27e/68747470733a2f2f706f7365722e707567782e6f72672f776f726c646c696e652d696e642f7068702d636865636b6f75746a732f762f737461626c65)](https://packagist.org/packages/worldline-ind/php-checkoutjs)[![Total Downloads](https://camo.githubusercontent.com/d8bd8521347dcad7ee1ba9bc205266043a02ee39a935c2cb50a648e8033cbf8b/68747470733a2f2f706f7365722e707567782e6f72672f776f726c646c696e652d696e642f7068702d636865636b6f75746a732f646f776e6c6f616473) ](https://packagist.org/packages/worldline-ind/php-checkoutjs)[![License](https://camo.githubusercontent.com/24dc947093fd9d86f1277cef38cc485a505bc46ecae0486229578a551bec24cc/68747470733a2f2f706f7365722e707567782e6f72672f776f726c646c696e652d696e642f7068702d636865636b6f75746a732f6c6963656e7365)](https://packagist.org/packages/worldline-ind/php-checkoutjs)

Table of Contents
-----------------

[](#table-of-contents)

1. [Installation](#installation)
2. [Configuration](#configuration)
3. [Usage](#usage)
    - [Basic Usage](#basic-usage)
    - [Advanced Features](#advanced-features)
4. [Examples](#examples)
5. [Testing](#testing)
6. [Contributing](#contributing)
7. [License](#license)

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

[](#installation)

Install the package via Composer:

`composer require worldline-ind/php-checkoutjs`

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

[](#configuration)

Place the `worldline_AdminData.json` file in your project root with the following contents:

```
{
"merchantCode": "YOUR_MERCHANT_CODE",
"merchantSchemeCode": "YOUR_SCHEME_CODE",
"salt": "YOUR_SALT",
"typeOfPayment": "TEST",
"currency": "INR",
"primaryColor": "#000000",
"secondaryColor": "#FFFFFF",
"buttonColor1": "#0000FF",
"buttonColor2": "#FFFFFF",
"logoURL": "https://yourdomain.com/logo.png",
"enableExpressPay": true,
"separateCardMode": false,
"enableNewWindowFlow": true,
"merchantMessage": "Thank you for your order!",
"disclaimerMessage": "Please review your order before proceeding.",
"paymentMode": "ALL",
"paymentModeOrder": "NB,CARD,UPI",
"enableInstrumentDeRegistration": false,
"transactionType": "SALE",
"hideSavedInstruments": false,
"saveInstrument": false,
"displayTransactionMessageOnPopup": false,
"embedPaymentGatewayOnPage": false,
"enableEmandate": false,
"hideSIConfirmation": false,
"expandSIDetails": false,
"enableDebitDay": false,
"showSIResponseMsg": false,
"showSIConfirmation": false,
"enableTxnForNonSICards": false,
"showAllModesWithSI": false,
"enableSIDetailsAtMerchantEnd": false
}

```

Usage
-----

[](#usage)

### Basic Usage

[](#basic-usage)

Initialize the Checkout Class:

```

```

Process Payment Request:

```

```

Handle Payment Response:

```

```

### Advanced Features

[](#advanced-features)

Explore additional functionalities such as refunds, reconciliation, and server-to-server communication within the documentation.

```

```

Testing
-------

[](#testing)

Run the following command to execute tests:

`phpunit`

Contributing
------------

[](#contributing)

Contributions are welcome! Please see `CONTRIBUTING.md` for more details.

License
-------

[](#license)

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity45

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

731d ago

### Community

Maintainers

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

---

Top Contributors

[![digihind](https://avatars.githubusercontent.com/u/25785807?v=4)](https://github.com/digihind "digihind (12 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/worldline-ind-php-checkoutjs/health.svg)

```
[![Health](https://phpackages.com/badges/worldline-ind-php-checkoutjs/health.svg)](https://phpackages.com/packages/worldline-ind-php-checkoutjs)
```

###  Alternatives

[msilabs/bkash

bKash Payment Gateway API for Laravel Framework.

181.1k](/packages/msilabs-bkash)

PHPackages © 2026

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