PHPackages                             mit2/paysafecard - 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. mit2/paysafecard

ActiveLibrary

mit2/paysafecard
================

Paysafecard package for laravel 8

1.0(5y ago)028MITPHPPHP ^7.3|^8.0

Since Apr 2Pushed 4y ago1 watchersCompare

[ Source](https://github.com/mit2pl/paysafecard)[ Packagist](https://packagist.org/packages/mit2/paysafecard)[ RSS](/packages/mit2-paysafecard/feed)WikiDiscussions master Synced today

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

paysafecard
===========

[](#paysafecard)

To install package:

```
composer require mit2/paysafecard

php artisan vendor:publish --provider "Mit2\PaysafecardProviders\PaysafecardProvider"
```

add to env file

```
# choose test or live mode
PSC_MODE = test
# enter psc key
PSC_KEY = psc_testkey
#enable logs
PSC_LOGGED = 1
# unique shop id
PSC_SHOPID =

```

To create payment

```
use Mit2\Paysafecard\Payments\Payment;

$payment = new Payment;
       $payment->create([
            'amount' => '10',
            'currency' => 'PLN',
            'success_url' => route('payment.success'),
            'failed_url' => route('payment.failed'),
            'notification_url' => route('payment.notificationurl'),
            'customer_mail' => Auth::user()->email,
           ]);
return redirect($cos->request['request_url']);
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity57

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

Unknown

Total

1

Last Release

1865d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/45004422?v=4)[mit2](/maintainers/mit2pl)[@mit2pl](https://github.com/mit2pl)

---

Top Contributors

[![mit2pl](https://avatars.githubusercontent.com/u/45004422?v=4)](https://github.com/mit2pl "mit2pl (26 commits)")

### Embed Badge

![Health badge](/badges/mit2-paysafecard/health.svg)

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

PHPackages © 2026

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