PHPackages                             killallskywalker/eghl-laravel - 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. killallskywalker/eghl-laravel

ActiveLibrary

killallskywalker/eghl-laravel
=============================

Package to integrate EGHL payment gateway with laravel .

0264PHP

Since Apr 10Pushed 5y ago1 watchersCompare

[ Source](https://github.com/killallskywalker/eghl-laravel)[ Packagist](https://packagist.org/packages/killallskywalker/eghl-laravel)[ RSS](/packages/killallskywalker-eghl-laravel/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

EGHL
====

[](#eghl)

EGHL is a package to that contain facades to allow integration with EGHL payment gateway . As for now this package only have two method which is to generate query url that use to make a request to eghl and validate payment response .

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

[](#installation)

```
composer require killallskywalker/eghl-laravel
```

Usage
-----

[](#usage)

Set the env first . Which is

```
EGHL_PASSWORD = your account password
EGHL_SERVICE_ID = your service id
EGHL_SERVICE_URL = your service url
MERCHANT_RETURN_URL = return url
MERCHANT_APPROVAL_URL = approval url
MERCHANT_UNAPPROVAL_URL = unapproval url
MERCHANT_CALLBACK_URL = callback url
```

```
use Eghl;

// For the data , array of parameter require . Can refer to their documentation what is required .
// To process payment by generating url that will be request to Eghl
$url = Eghl::processPaymentRequest($data);

// To validate return callback , return true if valid , and otherwise if not valid
$status = Eghl::processPaymentRequest($data);
```

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

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity30

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/18b3e3d82c26619b70d56ee85fea993d381cc42b2b36b3359589af988d21928d?d=identicon)[killallskywalker](/maintainers/killallskywalker)

---

Top Contributors

[![killallskywalker](https://avatars.githubusercontent.com/u/19742186?v=4)](https://github.com/killallskywalker "killallskywalker (10 commits)")

### Embed Badge

![Health badge](/badges/killallskywalker-eghl-laravel/health.svg)

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

PHPackages © 2026

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