PHPackages                             sch-group/zotto-sdk - 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/zotto-sdk

ActiveLibrary[Payment Processing](/categories/payments)

sch-group/zotto-sdk
===================

Zotto payments api connector

v7.1(4y ago)0482MITPHPPHP &gt;=7.2CI failing

Since Jun 2Pushed 4y ago2 watchersCompare

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

READMEChangelog (8)Dependencies (4)Versions (9)Used By (0)

ZOTTO PAYMENT SYSTEM API CONNECTOR

```
composer require sch-group/zotto-sdk
```

Create transaction

```
       $config = new ZottoConfig($config['host'], $config['merchant_key'], $config['merchant_secret']);
       $client = new ZottoConnector($config);

        $transaction = new Transaction(
                   rand(0, 10000000) . "test",
                   100,
                   'EUR',
                   'https://www.google.com',
                   'https://www.google.com',
                   'https://www.google.com',
                   'https://www.google.com',
                   'https://www.google.com',
                   rand(0, 10000000) . "test",
                   Transaction::CARD_REDIRECT_TYPE
        );

       $html = $lient->generatePaymentLink($transaction);

```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity55

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

Recently: every ~115 days

Total

8

Last Release

1705d ago

Major Versions

v2.0 → v3.02020-06-04

v3.0 → v4.02020-06-04

v4.0 → v5.02020-06-05

v5.0 → v6.02020-06-09

v6.0 → v7.02020-06-19

### 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 (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[chargebee/chargebee-php

ChargeBee API client implementation for PHP

768.0M9](/packages/chargebee-chargebee-php)[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)[karson/mpesa-php-sdk

172.2k](/packages/karson-mpesa-php-sdk)

PHPackages © 2026

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