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

ActiveLibrary[Payment Processing](/categories/payments)

basketin/laravel-paymob
=======================

Dealing with payments through the Egyptian payment gateway PayMob

13.7k↓50%PHP

Since Nov 27Pushed 5mo ago1 watchersCompare

[ Source](https://github.com/basketin/laravel-paymob)[ Packagist](https://packagist.org/packages/basketin/laravel-paymob)[ RSS](/packages/basketin-laravel-paymob/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

[![](./cover.svg)](#)

 [![Source](https://camo.githubusercontent.com/285816c25aa4c785b58576bb619c3b540ec6c7b9ac741471a083e8864ba7e80d/68747470733a2f2f696d672e736869656c64732e696f2f7374617469632f76313f6c6162656c3d5061636b6167697374266d6573736167653d6261736b6574696e2f6c61726176656c2d7061796d6f6226636f6c6f723d626c7565266c6f676f3d7061636b6167697374266c6f676f436f6c6f723d7768697465)](https://packagist.org/packages/basketin/laravel-paymob) [![Packagist Version](https://camo.githubusercontent.com/4474048ba7bc91b1339d69e86901da476aa3ea362df030fa5ea4fce7fcff74c2/68747470733a2f2f706f7365722e707567782e6f72672f6261736b6574696e2f6c61726176656c2d7061796d6f622f76)](https://packagist.org/packages/basketin/laravel-paymob)

Basketin Paymob
===============

[](#basketin-paymob)

The customers' module lets you register and manage customers and support Filament.

Documentation
-------------

[](#documentation)

### Installation

[](#installation)

Install via composer.

```
composer require basketin/laravel-paymob
```

You need to migrate the package tables.

```
php artisan migrate
```

### How to use

[](#how-to-use)

#### Create a link for payment

[](#create-a-link-for-payment)

You can create a new link for payment using the following code.

```
