PHPackages                             routegroup/laravel-imoje - 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. routegroup/laravel-imoje

ActiveLibrary[Payment Processing](/categories/payments)

routegroup/laravel-imoje
========================

Package for imoje payments

1.4.2(2mo ago)01.8k↓40%1[1 PRs](https://github.com/routegroup/laravel-imoje/pulls)MITPHPPHP ^8.3CI passing

Since Oct 9Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/routegroup/laravel-imoje)[ Packagist](https://packagist.org/packages/routegroup/laravel-imoje)[ Docs](https://github.com/routegroup/laravel-imoje)[ RSS](/packages/routegroup-laravel-imoje/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (9)Dependencies (20)Versions (13)Used By (0)

laravel-imoje
=============

[](#laravel-imoje)

[![Latest Version on Packagist](https://camo.githubusercontent.com/c24a1d50ce253a7a7970cee5faba6abbb6c0a651cf89ec7f8e1c2ce7baaaabcd/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f726f75746567726f75702f6c61726176656c2d696d6f6a652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/routegroup/laravel-imoje)[![GitHub Tests Action Status](https://camo.githubusercontent.com/07d2130e6ccf1d5debcb1cf25e567e1504b8d719f3ce5231c5de7a5960173574/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f726f75746567726f75702f6c61726176656c2d696d6f6a652f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/routegroup/laravel-imoje/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/74001abbe246916a9c319f5b9ef708296357100b519f9b33a8f2176d7623741e/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f726f75746567726f75702f6c61726176656c2d696d6f6a652f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/routegroup/laravel-imoje/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/8f7a3b460777d7f3304ec8084e9da0ea5e7055796f6d968aaab56df7a5e63195/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f726f75746567726f75702f6c61726176656c2d696d6f6a652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/routegroup/laravel-imoje)

Introduction
------------

[](#introduction)

This package is an integration of [imoje payments](https://www.imoje.pl/) with typed objects, which will help you integrate payments quickly.

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

[](#installation)

You can install the package via composer:

```
composer require routegroup/laravel-imoje
```

Add to your `config/services.php`

```
'imoje' => [
    'merchant_id' => env('IMOJE_MERCHANT_ID'),
    'service_id' => env('IMOJE_SERVICE_ID'),
    'service_key' => env('IMOJE_SERVICE_KEY'),
    'api_key' => env('IMOJE_API_KEY'),
    'env' => env('IMOJE_ENV'),
],
```

Add to your `.env`

```
IMOJE_MERCHANT_ID=
IMOJE_SERVICE_ID=
IMOJE_SERVICE_KEY=
IMOJE_API_KEY=
IMOJE_ENV=
```

Usage
-----

[](#usage)

- [Paywall](docs/paywall.md)
- [API](docs/api.md)
- [Notifications](docs/notifications.md)

Changelog
---------

[](#changelog)

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

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

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Kajetan Nobel](https://github.com/kajetan-nobel)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

50

—

FairBetter than 96% of packages

Maintenance89

Actively maintained with recent releases

Popularity21

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 71.7% 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 ~111 days

Recently: every ~86 days

Total

9

Last Release

63d ago

Major Versions

0.6.0 → 1.4.02026-03-12

PHP version history (3 changes)v0.1.0PHP ^8.1

0.2.0PHP ^8.2

0.4.0PHP ^8.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/5d692915ce48032bf6ebaa756ca76c56ccfecb3cd422e7b730a2ccae0ff2ec09?d=identicon)[khajiit](/maintainers/khajiit)

---

Top Contributors

[![kajetan-nobel](https://avatars.githubusercontent.com/u/3430519?v=4)](https://github.com/kajetan-nobel "kajetan-nobel (71 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (18 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (10 commits)")

---

Tags

laravelroutegroupimoje

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/routegroup-laravel-imoje/health.svg)

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

###  Alternatives

[musahmusah/laravel-multipayment-gateways

A Laravel Package that makes implementation of multiple payment Gateways endpoints and webhooks seamless

852.2k1](/packages/musahmusah-laravel-multipayment-gateways)[alphaolomi/laravel-azampay

Laravel Azampay

301.1k](/packages/alphaolomi-laravel-azampay)

PHPackages © 2026

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