PHPackages                             alexcode/laravel-sumup - 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. [API Development](/categories/api)
4. /
5. alexcode/laravel-sumup

ArchivedLibrary[API Development](/categories/api)

alexcode/laravel-sumup
======================

Laravel 5.6 integration for the Sumup PHP SDK.

v0.0.6(8y ago)51.1k2[1 issues](https://github.com/alexcode/laravel-sumup/issues)MITPHP

Since Feb 27Pushed 8y ago1 watchersCompare

[ Source](https://github.com/alexcode/laravel-sumup)[ Packagist](https://packagist.org/packages/alexcode/laravel-sumup)[ RSS](/packages/alexcode-laravel-sumup/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependencies (2)Versions (4)Used By (0)

laravel-sumup
=============

[](#laravel-sumup)

Install via composer
--------------------

[](#install-via-composer)

```
composer require alexcode/laravel-sumup
```

Add service provider ( Laravel 5.4 or below )
---------------------------------------------

[](#add-service-provider--laravel-54-or-below-)

Add the service provider to the providers array in the config/app.php config file as follows:

```
'providers' => [

    ...

    Alexcode\Sumup\Laravel\LaravelServiceProvider::class,
]
```

Publish the config
------------------

[](#publish-the-config)

Run the following command to publish the package config file:

```
php artisan vendor:publish --provider="Alexcode\Sumup\Laravel\LaravelServiceProvider::class"
```

You should now have a config/sumup.php file that allows you to configure the basics of this package.

Add the .env vars
-----------------

[](#add-the-env-vars)

Add `SUMUP_CLIENT_ID` and `SUMUP_SECRET` in your `.env`. You will find the values in

### More doc on the [Sumup-php lib](https://github.com/alexcode/sumup-php)

[](#more-doc-on-the-sumup-php-lib)

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance16

Infrequent updates — may be unmaintained

Popularity20

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

Total

4

Last Release

2935d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a014ad260a463805d9d5834640acedf51e5e9974b7eb48aa74d34f83f587bfb4?d=identicon)[alexcode](/maintainers/alexcode)

---

Top Contributors

[![alexcode](https://avatars.githubusercontent.com/u/430031?v=4)](https://github.com/alexcode "alexcode (10 commits)")

---

Tags

laravelsumup

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/alexcode-laravel-sumup/health.svg)

```
[![Health](https://phpackages.com/badges/alexcode-laravel-sumup/health.svg)](https://phpackages.com/packages/alexcode-laravel-sumup)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

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