PHPackages                             ideatarmac/openpay - 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. ideatarmac/openpay

ActiveLibrary[API Development](/categories/api)

ideatarmac/openpay
==================

Library for Openpay Payment Method

1.0.12(3y ago)020.8k2[2 issues](https://github.com/openpay-innovations/magento2-openpaysdk/issues)[1 PRs](https://github.com/openpay-innovations/magento2-openpaysdk/pulls)1proprietaryPHPPHP &gt;=5.6

Since Dec 17Pushed 3y ago1 watchersCompare

[ Source](https://github.com/openpay-innovations/magento2-openpaysdk)[ Packagist](https://packagist.org/packages/ideatarmac/openpay)[ Docs](http://swagger.io)[ RSS](/packages/ideatarmac-openpay/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (10)Dependencies (1)Versions (14)Used By (1)

[![Openpay Logo](https://camo.githubusercontent.com/a28e401253b886388b226f8c983434bf59a50051d06eb584f398e5fec5b90ad9/68747470733a2f2f7374617469632e6f70656e7061792e636f6d2e61752f6272616e642f6c6f676f2f6f70656e7061795f6c6f676f5f7472616e73706172656e742e737667)](https://camo.githubusercontent.com/a28e401253b886388b226f8c983434bf59a50051d06eb584f398e5fec5b90ad9/68747470733a2f2f7374617469632e6f70656e7061792e636f6d2e61752f6272616e642f6c6f676f2f6f70656e7061795f6c6f676f5f7472616e73706172656e742e737667)

Introduction
------------

[](#introduction)

This is the SDK for the [Openpay Payment Plugin](https://packagist.org/packages/opy/module-payment).

### What is Magento Payment Extension?

[](#what-is-magento-payment-extension)

Magento is an eCommerce platform built on open source technology, which provides online merchants with not only a flexible shopping cart system, but also control over the look and feel, content and the functionality of their online store. Magento has been fully integrated with Openpay’s online payment solutions. Installing and configuring the Hosted Payment Solution module of Openpay provide a simple, secure and convenient option for connecting to Openpay’s online payment processing platform via Magento.

### Signing up for Openpay merchant account

[](#signing-up-for-openpay-merchant-account)

In order to start taking payments through Openpay, you need to sign up [here](https://www.opy.com/au/business/) and get approval for an Openpay merchant account. Once your application is approved, you can configure Openpay Hosted Payment Solution module and start taking payments.

Openpay provides a test account and users for training and testing purpose.

Compatibility
-------------

[](#compatibility)

- PHP 5.6 or later
- Magento 2.3.x to 2.4.X

Requirements
------------

[](#requirements)

- At least 5.6 or the later version of PHP
- cURL extension for PHP
- JSON extension for PHP
- Multibyte String extension for PHP
- Magento should be pre-installed on your web server. The extension has been tested on Magento version 2.3.x to 2.4.X
- SSL: A valid security certificate is required to work over a secure channel (HTTPS) from the Magento Admin Panel or while submitting the form data from the storefront. Self-signed SSL certificates are not supported
- Curl (version 7.20.0 - 7.4.0)

[Magento 2.3 technology stack requirements](https://devdocs.magento.com/guides/v2.3/install-gde/system-requirements.html)

[Magento 2.4 system requirements](https://devdocs.magento.com/guides/v2.4/install-gde/system-requirements.html)

For further info on Magento 2 System Requirements. Please read [here](https://www.simicart.com/blog/magento-2-system-requirements).

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

[](#installation)

### Composer

[](#composer)

Use [composer](https://getcomposer.org) to install the Openpay payment module. Follow the [installation instructions](https://getcomposer.org/doc/00-intro.md) if you do not already have composer installed.

Once composer is installed, execute the following command in your project root to install this library:

```
composer require ideatarmac/openpay
```

Using server SSH Access, please go to project root folder and run the following commands to ensure the configuration tasks are run, database schema is updated and Magento's cache is cleared.

- php bin/magento setup:upgrade
- php bin/magento setup:static-content:deploy -f
- php bin/magento cache:flush

Or, you can do it manually from the admin by following the path: `System` &gt; `Tools` &gt; `Cache Management` and then clicking on the `Flush Magento Cache` button.

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

[](#configuration)

In the backend, please click on the `Stores` tab in the left sidebar and go to `Configuration->Sales->Payment Methods`.

Under `Recommended Solutions`, you will find the Openpay option with the link to configure different settings available for the Openpay Payment module i.e fields to enter the Auth Token provided by Openpay and use the relevant mode.

License
-------

[](#license)

This code is a closed-source software and released under the proprietary License by [Openpay (Pty) Ltd](https://www.openpay.com.au/).

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

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

Every ~57 days

Recently: every ~30 days

Total

13

Last Release

1329d ago

PHP version history (2 changes)1.0.1PHP &gt;=5.5

1.0.4PHP &gt;=5.6

### Community

Maintainers

![](https://www.gravatar.com/avatar/90bf7842aa7ce2007f1cc9056d02e350dbe5af70adb6ada9c9eeea6639b263d3?d=identicon)[babar-openpay](/maintainers/babar-openpay)

---

Tags

phpapisdkswagger

### Embed Badge

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

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

###  Alternatives

[hubspot/api-client

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[mailchimp/transactional

529.5M18](/packages/mailchimp-transactional)[clicksend/clicksend-php

301.6M11](/packages/clicksend-clicksend-php)[clever/clever-php

231.6k](/packages/clever-clever-php)

PHPackages © 2026

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