PHPackages                             dedo/laravel-paysera - 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. dedo/laravel-paysera

ActiveLibrary[Payment Processing](/categories/payments)

dedo/laravel-paysera
====================

Paysera laravel

0.0.3(3y ago)11.1k2[1 issues](https://github.com/EdasDom/laravel-paysera/issues)PHP

Since May 27Pushed 3y ago1 watchersCompare

[ Source](https://github.com/EdasDom/laravel-paysera)[ Packagist](https://packagist.org/packages/dedo/laravel-paysera)[ RSS](/packages/dedo-laravel-paysera/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (1)Versions (4)Used By (0)

Laravel Paysera
===============

[](#laravel-paysera)

Package that helps to use Paysera API in laravel application.

Installation
------------

[](#installation)

First require package with composer:

```
$ composer require dedo/laravel-paysera
```

Then add service provider to config/app.php:

```
'providers' => [
    ...
    Dedo\Paysera\PayseraServiceProvider::class,
],
```

Facede to aliases:

```
'aliases' => [
    ...
    'Paysera' => Dedo\Paysera\Facades\Paysera::class,
],
```

And last is to publish config, migrations and view:

```
$ php artisan vendor:publish --provider="Dedo\Paysera\PayseraServiceProvider"
```

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity19

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

Total

3

Last Release

1439d ago

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/dedo-laravel-paysera/health.svg)

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

###  Alternatives

[solspace/craft-freeform

The most flexible and user-friendly form building plugin!

54681.3k18](/packages/solspace-craft-freeform)[elfsundae/laravel-hashid

A simple, elegant way to obfuscate your data by generating reversible, non-sequential, URL-safe identifiers.

416260.7k2](/packages/elfsundae-laravel-hashid)[deligoez/laravel-model-hashid

Generate, Save, and Route Stripe/Youtube-like Hash IDs for Laravel Eloquent Models

166114.2k](/packages/deligoez-laravel-model-hashid)[offline/oc-mall-plugin

E-commerce solution for October CMS

1744.7k2](/packages/offline-oc-mall-plugin)[msilabs/bkash

bKash Payment Gateway API for Laravel Framework.

181.2k](/packages/msilabs-bkash)

PHPackages © 2026

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