PHPackages                             hariom/sumup-gateway-integration - 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. hariom/sumup-gateway-integration

ActiveLibrary[Payment Processing](/categories/payments)

hariom/sumup-gateway-integration
================================

Repository for Integration of Sumup Payment Gateway using PHP.

v1(8y ago)8985[1 issues](https://github.com/hariom-kesharwani/PHP-SUMUP-PAYMENT-GATEWAY-INTEGRATION/issues)MITPHP

Since Jan 20Pushed 4y ago1 watchersCompare

[ Source](https://github.com/hariom-kesharwani/PHP-SUMUP-PAYMENT-GATEWAY-INTEGRATION)[ Packagist](https://packagist.org/packages/hariom/sumup-gateway-integration)[ RSS](/packages/hariom-sumup-gateway-integration/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (2)Used By (0)

### PHP-SUMUP-PAYMENT-GATEWAY-INTEGRATION

[](#php-sumup-payment-gateway-integration)

Integration of Sumup Payment Gateway using PHP.

\###Features

- Sumup Payment gateway integration
- Creating the Checkout authentication token
- Completing the Checkout page
- Eaisly Configurable your credentials

\###How to Intregrate Sumup Payment Gateway

- You need to generate the sumup credentials that will be used during checkout process. Please follow below steps to generate Sumup credentials :

    - Login into sumup official site [Sumup Home Page](https://sumup.com/ "Sumup Home Page"). Click on the login link on Sumup home page and enter your credentials.
    - After Login go to Developer area &amp; Generate the merchant OAuth by filling the "Consent screen" form.
    - After submission of form , They will provide you option to download the credentials.
    - Credential file is a JSON file which contains merchant credentials. File having following informations:
        - `{"id":"CCCPV79Q","name":"Hariom","client_id":"iXXX7JWbByXXXXopDOgqIXXXXX","client_secret":"b1f090512aaXXXXXXXXXXXXXXX3e9fb02f1685408dd5b79a1fXXXXXXXXXXXXXX","application_type":"web","redirect_uris":["http://xyz.com/verify_payment.php"],"cors_uris":["http://xyz.com"]}`
    - As you see above that credential file having following informations :
        - Client Id
        - Client Secret
        - Redirect Url
        - etc..
- Client Id, Client Secret , Redirect Url will be used further for implementing the checkout page.
- Set these credentials into "gateway.php" file Change these credential from the file : `const CLIENT_ID = "Client Id"; const CLIENT_SECRET = "Client Secret Key"; const PAYEE_EMAIL = 'merchant email id'; const RETURN_URL = 'http://xyz.com/success.php'; const REDIRECT_URL = "http://xyz.com/verify_payment.php"; const API_TOKEN_URL = "https://api.sumup.com/token"; const API_AUTHORIZE_URL = 'https://api.sumup.com/authorize'; const API_CHECKOUT_URL = 'https://api.sumup.com/v0.1/checkouts';`
- Change the bill number and amount from the generate\_bill.php file.

\###How to Intall

- `By Cloning the git reporitory`
- Install by Composer `composer require hariom/sumup-gateway-integration`

\###End

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 87.5% 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

Unknown

Total

1

Last Release

3083d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/25655127?v=4)[Hariom Kumar](/maintainers/hariom-kesharwani)[@hariom-kesharwani](https://github.com/hariom-kesharwani)

---

Top Contributors

[![hariom-kumar-bs](https://avatars.githubusercontent.com/u/12890581?v=4)](https://github.com/hariom-kumar-bs "hariom-kumar-bs (7 commits)")[![hariom-kesharwani](https://avatars.githubusercontent.com/u/25655127?v=4)](https://github.com/hariom-kesharwani "hariom-kesharwani (1 commits)")

---

Tags

gatewaypayment-gatewaypayment-integrationphpsumupsumup-credentials

### Embed Badge

![Health badge](/badges/hariom-sumup-gateway-integration/health.svg)

```
[![Health](https://phpackages.com/badges/hariom-sumup-gateway-integration/health.svg)](https://phpackages.com/packages/hariom-sumup-gateway-integration)
```

###  Alternatives

[omnipay/coinbase

Coinbase driver for the Omnipay payment processing library

18570.2k1](/packages/omnipay-coinbase)

PHPackages © 2026

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