PHPackages                             maioradv/payway - 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. maioradv/payway

ActiveLibrary

maioradv/payway
===============

BCC PayWay Payment Gateway interface

1.4(5y ago)069PHP

Since Jan 3Pushed 5y agoCompare

[ Source](https://github.com/maioradv/PayWay)[ Packagist](https://packagist.org/packages/maioradv/payway)[ RSS](/packages/maioradv-payway/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)DependenciesVersions (6)Used By (0)

PayWay
======

[](#payway)

BCC sinergia Igfs payment gateway sdk for php 7.x

You can install the sdk via composer

```
composer require inalto/payway
```

Here a snippet on how to use it

```
require __DIR__.'/vendor/autoload.php';

use BCCPayWay\init\IgfsCgInit;

 $init = new IgfsCgInit();
 //$init->disableCheckSSLCert();
 $init->serverURL="https://paymentgateway.it/IGFS_CG_SERVICES/services";
 $init->timeout=30000;
 $init->tid="TID-CODE1234";
 $init->kSig="0000000000000000000000000000";
 $init->shopID="mytransactionid";
 $init->shopUserRef="customer-email";
 $init->trType="AUTH";
 $init->currencyCode="EUR";
 $init->amount=4400; //Amount without comma, 1,00EUR will be 100
 $init->langID="IT"; //Language iso code
 $init->notifyURL="https://myserver.it/my-thankyou-page.php";
 $init->errorURL="https://myserver.it/my-error-page.php";

 if(!$init->execute()){
                echo $init->rc;
 }else{
        print ("location: ".$init->redirectURL);
 }
```

Enjoy :)

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 90% 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 ~231 days

Total

5

Last Release

2132d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6511011aee31ce4ba70dc1a9cad01d125bd07490bf25cd688453dd4649351177?d=identicon)[maioradv](/maintainers/maioradv)

---

Top Contributors

[![inalto](https://avatars.githubusercontent.com/u/6382732?v=4)](https://github.com/inalto "inalto (9 commits)")[![fabbrikk](https://avatars.githubusercontent.com/u/103249?v=4)](https://github.com/fabbrikk "fabbrikk (1 commits)")

### Embed Badge

![Health badge](/badges/maioradv-payway/health.svg)

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

PHPackages © 2026

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