PHPackages                             jimizz/gateway-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. jimizz/gateway-php

ActiveLibrary

jimizz/gateway-php
==================

Jimizz Gateway - PHP Integration kit

1.0.5(3y ago)07MITPHP

Since Oct 12Pushed 3y ago1 watchersCompare

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

READMEChangelog (6)Dependencies (1)Versions (7)Used By (0)

Jimizz Gateway - PHP Integration Kit
====================================

[](#jimizz-gateway---php-integration-kit)

[![Latest Stable Version](https://camo.githubusercontent.com/ffaaa5ea7d747634d3b01525a948bc7dff5470a2064eacc1331658a9de9f5d7d/687474703a2f2f706f7365722e707567782e6f72672f6a696d697a7a2f676174657761792d7068702f76)](https://packagist.org/packages/jimizz/gateway-php)[![License](https://camo.githubusercontent.com/d9ef92ef50401c3351fce7279eb2feefd780801eb3b742dd76a4685ee194b102/68747470733a2f2f706f7365722e707567782e6f72672f67696e6f2d70616e652f636f6d706f7365722d7061636b6167652d74656d706c6174652f6c6963656e7365)](https://packagist.org/packages/gino-pane/composer-package-template)

Jimizz Gateway - PHP Integration Kit

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

[](#requirements)

- PHP &gt;= 7.2;
- composer.

Installation
============

[](#installation)

```
composer require jimizz/gateway-php

```

Example
=======

[](#example)

You can find a complete example of integration in the [example folder](https://github.com/julien-jimizz/gateway-php/tree/main/example).

Create a new transaction
========================

[](#create-a-new-transaction)

```
$gateway = new Gateway(MERCHANT_ID);
$transaction = $gateway->transaction($mode, $fields);
$transaction->sign(PRIVATE_KEY);
$transaction->render();

```

[Full example](https://github.com/julien-jimizz/gateway-php/blob/main/example/callback.php)

Verify callback notification
============================

[](#verify-callback-notification)

```
$gateway = new Gateway(MERCHANT_ID);
if ($gateway->verifyCallback($data)) {
    // Callback data is valid
}

```

[Full example](https://github.com/julien-jimizz/gateway-php/blob/main/example/payment.php)

License
=======

[](#license)

Please refer to [LICENSE](https://github.com/julien-jimizz/gateway-php/blob/master/LICENSE).

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity51

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 ~8 days

Total

6

Last Release

1273d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4157c9d690b8c741c085d71008959b8a3c84fd6e3921d9538e89fd1d67b83d9f?d=identicon)[julien\_jimizz](/maintainers/julien_jimizz)

### Embed Badge

![Health badge](/badges/jimizz-gateway-php/health.svg)

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

###  Alternatives

[iexbase/tron-api

A PHP API for interacting with Tron (Trx)

437136.9k8](/packages/iexbase-tron-api)[web3p/ethereum-tx

Ethereum transaction library in PHP.

191340.8k25](/packages/web3p-ethereum-tx)[web3p/ethereum-util

A collection of utility functions for Ethereum written in PHP.

30420.2k26](/packages/web3p-ethereum-util)[drlecks/simple-web3-php

Web3 library in PHP

7641.6k2](/packages/drlecks-simple-web3-php)[swentel/nostr-php

Nostr helper library for PHP

6725.9k3](/packages/swentel-nostr-php)[digitaldonkey/ecverify

A library integrating Ethereum with typed PHP.

14109.2k2](/packages/digitaldonkey-ecverify)

PHPackages © 2026

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