PHPackages                             gouda/laravel-hyperpay - 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. gouda/laravel-hyperpay

ActiveLibrary

gouda/laravel-hyperpay
======================

v1.1.1(3y ago)317↓100%1MITPHP

Since Apr 2Pushed 3y ago1 watchersCompare

[ Source](https://github.com/mohamedgouda98/laravel-hyperpay-package)[ Packagist](https://packagist.org/packages/gouda/laravel-hyperpay)[ RSS](/packages/gouda-laravel-hyperpay/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)Dependencies (1)Versions (4)Used By (0)

HyperPay Package With Laravel
=============================

[](#hyperpay-package-with-laravel)

sample package for laravel applications to integrate with HyperPay

Hi, I'm Gouda! 👋
================

[](#hi-im-gouda-)

🚀 About Me
----------

[](#-about-me)

I'm a Tecnical team lead...

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

[](#installation)

Install with composer

```
  composer require gouda/laravel-hyperpay
```

Add service Providor in config/app.php

```
\Gouda\LaravelHyperpay\HyperPayServiceProvider::class,
```

run migration

```
php artisan migrate
```

Environment Variables
---------------------

[](#environment-variables)

To run this package, you will need to add the following environment variables to your .env file

`HYPERPAY_TOKEN`

`HYPERPAY_ENTITY_ID`

`HYPERPAY_URL`

OR run command:

```
 php artisan vendor:publish --tag=HyperPay-package-config
```

How to use ?
------------

[](#how-to-use-)

### payment without user:

[](#payment-without-user)

- this function to make transaction without Model User , just pass following params:

```
$payment = new HyperPayPayment();
$payment->payWithOutUser('mohamed', 1000, '1311 1111 111 111', '05/25', '123');
// params : [name , amount, card number , card expirationdate, card security code]
```

This function will return payment number and save log in database.

Support
-------

[](#support)

For support, email

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

 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.

###  Release Activity

Cadence

Every ~1 days

Total

3

Last Release

1131d ago

### Community

Maintainers

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

---

Top Contributors

[![mohamedgouda98](https://avatars.githubusercontent.com/u/56069245?v=4)](https://github.com/mohamedgouda98 "mohamedgouda98 (8 commits)")

### Embed Badge

![Health badge](/badges/gouda-laravel-hyperpay/health.svg)

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

PHPackages © 2026

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