LaravelPackages.net
Acme Inc.
Toggle sidebar
ahmadabdallah/paymob

A Package to help with Paymob integration

30
7
About ahmadabdallah/paymob

ahmadabdallah/paymob is a Laravel package for a package to help with paymob integration. It currently has 7 GitHub stars and 30 downloads on Packagist. Install it with composer require ahmadabdallah/paymob. Discover more Laravel packages by ahmadabdallah or browse all Laravel packages to compare alternatives.

Last updated

PayMob

A Laravel Package to help with Integration With Paymob gateway

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, 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 .

Star History Chart