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)8153MITPHPPHP ^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 today

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 41% 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

983d 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

[knuckleswtf/scribe

Generate API documentation for humans from your Laravel codebase.✍

2.3k14.2M62](/packages/knuckleswtf-scribe)[grumpydictator/firefly-iii

Firefly III: a personal finances manager.

23.9k69.5k](/packages/grumpydictator-firefly-iii)[laravel/nightwatch

The official Laravel Nightwatch package.

36210.1M34](/packages/laravel-nightwatch)[leantime/leantime

Open source project management system for non-project managers. Simple like Trello, powerful like Jira. Built with neurodiversity in mind.

10.1k3.5k](/packages/leantime-leantime)[firefly-iii/data-importer

Firefly III Data Import Tool.

8015.8k](/packages/firefly-iii-data-importer)[duncanmcclean/statamic-cargo

Comprehensive e-commerce addon for Statamic. Build bespoke e-commerce sites without the complexity.

3416.6k](/packages/duncanmcclean-statamic-cargo)

PHPackages © 2026

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