PHPackages                             ahmadabdallah/paymob - 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. ahmadabdallah/paymob

ActiveLibrary[Payment Processing](/categories/payments)

ahmadabdallah/paymob
====================

A Package to help with Paymob integration

7302[1 issues](https://github.com/ahmadabdallah/paymob/issues)PHP

Since Apr 5Pushed 7y ago1 watchersCompare

[ Source](https://github.com/ahmadabdallah/paymob)[ Packagist](https://packagist.org/packages/ahmadabdallah/paymob)[ RSS](/packages/ahmadabdallah-paymob/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (1)Used By (0)

PayMob
======

[](#paymob)

A Laravel Package to help with Integration With Paymob gateway

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

[](#installation)

Require via composer

```
$ composer require ahmadabdallah/paymob
```

In `config/app.php` file

```
'providers' => [
    ...
    Ahmadabbdallah\PayMob\PayMobServiceProvider::class,
    ...
];

'aliases' => [
    ...
    'PayMob' => Ahmadabbdallah\PayMob\Facades\PayMob::class,
    ...
];
```

First of all, make an account on [WeAccept portal](https://www.weaccept.co/portal/login), run this command to generate the PayMob configuration file

```
$ php artisan vendor:publish

fill in the desired value for keys in `config/paymob.php` file in your .env file. Make sure to make an iframe in your dashboard .
```

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance17

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity38

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://avatars.githubusercontent.com/u/1516490?v=4)[Ahmad](/maintainers/ahmadabdallah)[@ahmadabdallah](https://github.com/ahmadabdallah)

---

Top Contributors

[![ahmadabdallah](https://avatars.githubusercontent.com/u/1516490?v=4)](https://github.com/ahmadabdallah "ahmadabdallah (13 commits)")

### Embed Badge

![Health badge](/badges/ahmadabdallah-paymob/health.svg)

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

###  Alternatives

[omnipay/coinbase

Coinbase driver for the Omnipay payment processing library

18570.2k1](/packages/omnipay-coinbase)[oxid-esales/amazon-pay-module

AmazonPay module for OXID

1824.3k](/packages/oxid-esales-amazon-pay-module)

PHPackages © 2026

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