PHPackages                             alaaelsaid/laravel-urway-payment - 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. alaaelsaid/laravel-urway-payment

ActiveLibrary[Payment Processing](/categories/payments)

alaaelsaid/laravel-urway-payment
================================

This package is to integrate with URWay payment

1.3.2(2y ago)31.2k1MITPHPPHP ^8.1

Since Jan 17Pushed 2y ago2 watchersCompare

[ Source](https://github.com/alaaels3id/Laravel-Urway-Payment)[ Packagist](https://packagist.org/packages/alaaelsaid/laravel-urway-payment)[ RSS](/packages/alaaelsaid-laravel-urway-payment/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (6)DependenciesVersions (7)Used By (0)

This package is to integrate with URWay payment
===============================================

[](#this-package-is-to-integrate-with-urway-payment)

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

[](#installation)

You can install the package via [Composer](https://getcomposer.org).

```
composer require alaaelsaid/laravel-urway-payment
```

Publishing
----------

[](#publishing)

After install publish file config

```
php artisan vendor:publish --tag="urway"
```

Env
---

[](#env)

In the .env file you can add those keys:

```
URWAY_TERMINAL_ID=
URWAY_PASSWORD=
URWAY_MERCHANT_SECRET_KEY=
URWAY_CURRENCY=SAR
# in the development mode set it 'dev' in
# else in production mode set it 'live'
URWAY_STATUS=dev
```

Usage
-----

[](#usage)

```
use Alaaelsaid\LaravelUrwayPayment\Facade\Urway;

$payment_url = Urway::getPaymentUrl([
    'trackid' => 1,
    'email' => 'email@example.com',
    'amount' => 500,
    'redirect_url' => route('payment.success'), // put your redirect url here, feel free to use url() method,
    'udf3' => '', // optional if you want to get extra data in redirection,
    'udf4' => '', // optional if you want to get extra data in redirection,
    'udf5' => '', // optional if you want to get extra data in redirection,
]);

return redirect($payment_url); // this is for example !!
```

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity63

Established project with proven stability

 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 ~160 days

Recently: every ~199 days

Total

6

Last Release

822d ago

PHP version history (2 changes)1.0PHP ^7.4

1.3PHP ^8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/43482a7114cef02f9387b510c3f0fb7d7c53b0f152e8e4d97e63ee821686f9e0?d=identicon)[alaaels3id](/maintainers/alaaels3id)

---

Top Contributors

[![alaaels3id](https://avatars.githubusercontent.com/u/37184007?v=4)](https://github.com/alaaels3id "alaaels3id (25 commits)")

---

Tags

paymenturway

### Embed Badge

![Health badge](/badges/alaaelsaid-laravel-urway-payment/health.svg)

```
[![Health](https://phpackages.com/badges/alaaelsaid-laravel-urway-payment/health.svg)](https://phpackages.com/packages/alaaelsaid-laravel-urway-payment)
```

###  Alternatives

[paymentsuite/stripe-bundle

Stripe PaymentSuite Component

105.0k](/packages/paymentsuite-stripe-bundle)

PHPackages © 2026

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