PHPackages                             techcouchits/genie - 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. techcouchits/genie

ActiveLibrary[Payment Processing](/categories/payments)

techcouchits/genie
==================

Dialog Genie Payment gateway

1.1.0(2y ago)6153MITPHPPHP ^8.0

Since Oct 23Pushed 2y ago2 watchersCompare

[ Source](https://github.com/tc-lakindu/genielaravel)[ Packagist](https://packagist.org/packages/techcouchits/genie)[ RSS](/packages/techcouchits-genie/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (3)Versions (4)Used By (0)

Dialog Genie IPG for Laravel
============================

[](#dialog-genie-ipg-for-laravel)

Dialog Genie IPG for Laravel is a PHP Laravel Package W

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

[](#installation)

Use the package manager composer to install package.

```
composer require techcouchits/genie
```

Add Dialog Genie API Key and Callback URL it .env file

```
//ENV FILE
GENIE_API = YOUR_API_KEY
GENIE_REDIRECT_URL = YOUR_REDIRECT_URL
```

Update Service Provider (config/app.php)

```
    'providers' => ServiceProvider::defaultProviders()->merge([
        \Techcouchits\Genie\GenieIpgServiceProvider::class
    ])->toArray(),
```

Run Migration

```
php artisan migrate
```

Usage
-----

[](#usage)

Redirect to below route with Payment amount and reference

```
//Controller
return redirect(amount,reference);
```

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

[](#contributing)

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License
-------

[](#license)

[MIT](https://choosealicense.com/licenses/mit/)

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 50% 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 ~0 days

Total

3

Last Release

936d ago

Major Versions

0.0.1 → 1.0.02023-10-23

### Community

Maintainers

![](https://www.gravatar.com/avatar/a9997f9f6e9975bd19d81d8ea8f883c8b731c23d601fff032e361022b8734b12?d=identicon)[tc-lakindu](/maintainers/tc-lakindu)

---

Top Contributors

[![lakinduu](https://avatars.githubusercontent.com/u/130368701?v=4)](https://github.com/lakinduu "lakinduu (5 commits)")[![lakindu7](https://avatars.githubusercontent.com/u/35341357?v=4)](https://github.com/lakindu7 "lakindu7 (3 commits)")[![tc-lakindu](https://avatars.githubusercontent.com/u/148791543?v=4)](https://github.com/tc-lakindu "tc-lakindu (2 commits)")

---

Tags

phplaravelPayment Gateway IntegrationDialog genie IPG

### Embed Badge

![Health badge](/badges/techcouchits-genie/health.svg)

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

###  Alternatives

[wandesnet/mercadopago-laravel

PHP SDK for integration with Mercado Pago

252.4k](/packages/wandesnet-mercadopago-laravel)[omalizadeh/laravel-multi-payment

A driver-based laravel package for online payments via multiple gateways

491.1k](/packages/omalizadeh-laravel-multi-payment)[baklysystems/laravel-paymob

Laravel PayMob online payment gateway package

282.4k](/packages/baklysystems-laravel-paymob)

PHPackages © 2026

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