PHPackages                             grechanyuk/freekassa - 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. grechanyuk/freekassa

ActiveLibrary[Payment Processing](/categories/payments)

grechanyuk/freekassa
====================

FreeKassa payments for Laravel

017PHP

Since May 17Pushed 6y agoCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

FreeKassa
=========

[](#freekassa)

[![Latest Version on Packagist](https://camo.githubusercontent.com/1a12ded51c3a34df49c86a05f51f317a7913eaa4603729fc3b23604e5f8e64c6/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6772656368616e79756b2f667265656b617373612e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/grechanyuk/freekassa)[![Total Downloads](https://camo.githubusercontent.com/bf9584b981f923e46d8ef9f335a64ff40483d135d33eacde7b1e73b88c9e69dd/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6772656368616e79756b2f667265656b617373612e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/grechanyuk/freekassa)[![Build Status](https://camo.githubusercontent.com/37682f4eb099cc3510b9482c1c8bdb9a7ec3f467b89e608ddc8aa2182ccd6df6/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6772656368616e79756b2f667265656b617373612f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/grechanyuk/freekassa)[![StyleCI](https://camo.githubusercontent.com/cb13a877afd1dbe223c631789c3f922d3ace958fdb334a9cce9b26afefbc2ebd/68747470733a2f2f7374796c6563692e696f2f7265706f732f31323334353637382f736869656c64)](https://styleci.io/repos/12345678)

This is where your description should go. Take a look at [contributing.md](contributing.md) to see a to do list.

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

[](#installation)

Via Composer

```
$ composer require grechanyuk/freekassa
```

```
$ php artisan vendor:publish --provider="Grechanyuk\FreeKassa\FreeKassaServiceProvider" --tag="freekassa.config"
```

Из конфигурационного файла ссылку для принятия уведомлений о статусах платежа от FreeKassa необходимо добавить в исключения CSRF защиты. Для этого добавьте в файл `App\Http\Middleware\VerifyCsrfToken`:

```
protected $except = [
        '/api/freekassa/notificate'
    ];
```

В файл `Kernel.php` добавьте новый Middleware, в секцию `protected $routeMiddleware`:

```
'freekassa' => \Grechanyuk\FreeKassa\Middlewares\FreeKassaNotificationChecker::class,
```

Usage
-----

[](#usage)

Change log
----------

[](#change-log)

Please see the [changelog](changelog.md) for more information on what has changed recently.

Testing
-------

[](#testing)

```
$ composer test
```

Contributing
------------

[](#contributing)

Please see [contributing.md](contributing.md) for details and a todolist.

Security
--------

[](#security)

If you discover any security related issues, please email author email instead of using the issue tracker.

Credits
-------

[](#credits)

- [author name](https://github.com/grechanyuk)
- [All Contributors](../../contributors)

License
-------

[](#license)

license. Please see the [license file](license.md) for more information.

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

 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.

### Community

Maintainers

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

---

Top Contributors

[![grechanyuk](https://avatars.githubusercontent.com/u/37790585?v=4)](https://github.com/grechanyuk "grechanyuk (5 commits)")

### Embed Badge

![Health badge](/badges/grechanyuk-freekassa/health.svg)

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

###  Alternatives

[omnipay/paypal

PayPal gateway for Omnipay payment processing library

3156.8M53](/packages/omnipay-paypal)[eduardokum/laravel-boleto

Biblioteca com boletos para o laravel

626351.9k2](/packages/eduardokum-laravel-boleto)[tbbc/money-bundle

This is a Symfony bundle that integrates moneyphp/money library (Fowler pattern): https://github.com/moneyphp/money.

1961.9M](/packages/tbbc-money-bundle)[2checkout/2checkout-php

2Checkout PHP Library

83740.3k2](/packages/2checkout-2checkout-php)[smhg/sepa-qr-data

Generate QR code data for SEPA payments

61717.2k5](/packages/smhg-sepa-qr-data)[omnipay/dummy

Dummy driver for the Omnipay payment processing library

271.2M33](/packages/omnipay-dummy)

PHPackages © 2026

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