PHPackages                             eozden/omnipay-jetonpay - 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. eozden/omnipay-jetonpay

ActiveLibrary[Payment Processing](/categories/payments)

eozden/omnipay-jetonpay
=======================

Jeton pay driver for the Omnipay payment processing library

191PHP

Since Jul 6Pushed 7y ago1 watchersCompare

[ Source](https://github.com/eozden/omnipay-jetonpay)[ Packagist](https://packagist.org/packages/eozden/omnipay-jetonpay)[ RSS](/packages/eozden-omnipay-jetonpay/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Omnipay: Jeton Pay (BETA)
=========================

[](#omnipay-jeton-pay-beta)

**Jeton Pay gateway for Omnipay payment processing library**

[Omnipay](https://github.com/thephpleague/omnipay) is a framework agnostic, multi-gateway payment processing library for PHP 5.3+. This package implements Jeton Pay ([www.jeton.com](http://www.jeton.com)) support for Omnipay.

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

[](#installation)

Omnipay is installed via [Composer](http://getcomposer.org/). To install, simply add it to your `composer.json` file:

```
{
    "require": {
        "eozden/omnipay-jetonpay": "~1.0"
    }
}
```

And run composer to update your dependencies:

```
$ curl -s http://getcomposer.org/installer | php
$ php composer.phar update

```

Basic Usage
-----------

[](#basic-usage)

```
use Omnipay\Omnipay;

$gateway = Omnipay::create('Jeton');

$params = [
    'apiKey' => '',
    'transactionReference' => 10,
    'amount' => 10.00,
    'currency' => 'USD'
];

$response = $gateway->purchase($params)->send();

if ($response->isSuccessful()) {
    echo $response->getTransactionReference();
    echo $response->getMessage();
} else {
    echo $response->getMessage();
}
```

Support
-------

[](#support)

If you are having general issues with Omnipay, we suggest posting on [Stack Overflow](http://stackoverflow.com/). Be sure to add the [omnipay tag](http://stackoverflow.com/questions/tagged/omnipay) so it can be easily found.

If you want to keep up to date with release anouncements, discuss ideas for the project, or ask more detailed questions, there is also a [mailing list](https://groups.google.com/forum/#!forum/omnipay) which you can subscribe to.

If you believe you have found a bug, please report it using the [GitHub issue tracker](https://github.com/eozden/omnipay-jetonpay/issues), or better yet, fork the library and submit a pull request.

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity40

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1483381?v=4)[Enes Özden](/maintainers/eozden)[@eozden](https://github.com/eozden)

---

Top Contributors

[![eozden](https://avatars.githubusercontent.com/u/1483381?v=4)](https://github.com/eozden "eozden (7 commits)")

### Embed Badge

![Health badge](/badges/eozden-omnipay-jetonpay/health.svg)

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

###  Alternatives

[omnipay/paypal

PayPal gateway for Omnipay payment processing library

3156.8M53](/packages/omnipay-paypal)[eduardokum/laravel-boleto

Biblioteca com boletos para o laravel

626351.9k2](/packages/eduardokum-laravel-boleto)[tbbc/money-bundle

This is a Symfony bundle that integrates moneyphp/money library (Fowler pattern): https://github.com/moneyphp/money.

1961.9M](/packages/tbbc-money-bundle)[2checkout/2checkout-php

2Checkout PHP Library

83740.3k2](/packages/2checkout-2checkout-php)[smhg/sepa-qr-data

Generate QR code data for SEPA payments

61717.2k5](/packages/smhg-sepa-qr-data)[omnipay/dummy

Dummy driver for the Omnipay payment processing library

271.2M33](/packages/omnipay-dummy)

PHPackages © 2026

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