PHPackages                             gcgov/payjunction - 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. gcgov/payjunction

ActiveLibrary

gcgov/payjunction
=================

Open source PHP SDK for PayJunction API.

v2.0.1(8mo ago)123MITPHPPHP &gt;=8.0

Since Sep 27Pushed 8mo ago1 watchersCompare

[ Source](https://github.com/gcgov/payjunction)[ Packagist](https://packagist.org/packages/gcgov/payjunction)[ RSS](/packages/gcgov-payjunction/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (8)Dependencies (2)Versions (14)Used By (0)

PayJunction PHP SDK
===================

[](#payjunction-php-sdk)

See  for full PayJunction API documentation. This package is not affiliated with or supported by PayJunction.

SmartTerminals
--------------

[](#smartterminals)

```
$config = new \gcgov\payjunction\config( 'username', 'password', 'apiKey', 'terminalId', 'merchantId' );
$smartTerminalApi = new \gcgov\payjunction\smartTerminal( $config );

//Methods available for interacting with Smart Terminal
$smartTerminalApi->reset();
$smartTerminalApi->status( 'request-id-from-response');
$smartTerminalApi->requestPayment( 100.25 );
$smartTerminalApi->requestSignature( 'Terms and conditions to display on screen');
$smartTerminalApi->signatureImage( 'signature-id-from-response');
```

Transactions
------------

[](#transactions)

### Get One

[](#get-one)

```
$config = new \gcgov\payjunction\config( 'username', 'password', 'apiKey', 'terminalId', 'merchantId' );
$transactionApi = new \gcgov\payjunction\smartTerminal( $config );

//Methods available for interacting with Smart Terminal
$transactionApi->getTransaction( $transactionId );
```

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance59

Moderate activity, may be stable

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity63

Established project with proven stability

 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

Every ~143 days

Recently: every ~80 days

Total

11

Last Release

261d ago

Major Versions

v1.2.2 → v2.0.02025-08-27

### Community

Maintainers

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

---

Top Contributors

[![andrewsauder](https://avatars.githubusercontent.com/u/1380472?v=4)](https://github.com/andrewsauder "andrewsauder (17 commits)")

### Embed Badge

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

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

###  Alternatives

[neuron-core/neuron-ai

The PHP Agentic Framework.

1.8k245.3k21](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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