PHPackages                             sch-group/weldpay - 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. sch-group/weldpay

ActiveLibrary[Payment Processing](/categories/payments)

sch-group/weldpay
=================

Italian weldpay payments api connector

v0.8(4y ago)2496MITPHPPHP &gt;=7.1CI failing

Since Sep 11Pushed 4y ago2 watchersCompare

[ Source](https://github.com/sch-group/weldpay-sdk)[ Packagist](https://packagist.org/packages/sch-group/weldpay)[ RSS](/packages/sch-group-weldpay/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (9)Dependencies (6)Versions (9)Used By (0)

WELDPAY PAYMENT SYSTEM

@ainurecm telegram

```
composer require sch-group/weldpay
```

Create transaction

```
        $weldPayConfig = new WeldPayConfig($config['host'], $config['client_id'], $config['client_secret']);
        $client = new WeldPayConnector($weldPayConfig);
        $orderNumber = "order_number: 123456";

        $address = new Address(
            "20132",
            "Milano",
            "MI",
            "via Roma, 18A"
        );
        $shippingAddress = new Address();
        $buyer = new Buyer(
            "Mario",
            "Rossi",
            "mario.rossi@email.it",
            $address,
            $shippingAddress
        );
        $numberOfPackages = 2;
        $item1 = new Item("Product 1", 70);
        $item2 = new Item("Product 2", 10.53);
        $items = [$item1, $item2];
        $deliveryItem = new Item("Delivery", 6.4);
        $deliveryItems = [$deliveryItem];
        $successUrl = "https://ecommerce.test.it?success=181024174141&token=e685801c-76cc-45d1-8a75-285dadde";
        $failUrl = "https://ecommerce.test.it?fail=181024174141&token=e685801c-76cc-45d1-8a75-285dadde";
        $callbackUrl = "https://ecommerce.test.it?paymentConfirmed=181024174141&token=e685801c-76cc-45d1-8a75-285d";

        $transaction = new Transaction(
            "es",
            $orderNumber,
            $buyer,
            $numberOfPackages,
            $items,
            $deliveryItems,
            $successUrl,
            $failUrl,
            $callbackUrl
        );

        $client->generateTransactionUrl($transaction);

```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity48

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.

###  Release Activity

Cadence

Every ~113 days

Recently: every ~197 days

Total

8

Last Release

1642d ago

PHP version history (2 changes)v0.1PHP ^7.1

v0.6PHP &gt;=7.1

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/16875434?v=4)[aahmetgaliev](/maintainers/ainurqa95)[@ainurqa95](https://github.com/ainurqa95)

![](https://avatars.githubusercontent.com/u/53088518?v=4)[sch-group](/maintainers/sch-group)[@sch-group](https://github.com/sch-group)

---

Top Contributors

[![ainurqa95](https://avatars.githubusercontent.com/u/16875434?v=4)](https://github.com/ainurqa95 "ainurqa95 (3 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/sch-group-weldpay/health.svg)

```
[![Health](https://phpackages.com/badges/sch-group-weldpay/health.svg)](https://phpackages.com/packages/sch-group-weldpay)
```

###  Alternatives

[imdhemy/google-play-billing

Google Play Billing

491.3M5](/packages/imdhemy-google-play-billing)[bitpay/sdk

Complete version of the PHP library for the new cryptographically secure BitPay API

42337.5k4](/packages/bitpay-sdk)[buckaroo/sdk

Buckaroo payment SDK

12189.1k9](/packages/buckaroo-sdk)[contica/facturador-electronico-cr

Un facturador de código libre para integrar facturación electrónica en Costa Rica a un proyecto PHP

2128.8k](/packages/contica-facturador-electronico-cr)

PHPackages © 2026

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