PHPackages                             kevchikezie/payment-router - 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. kevchikezie/payment-router

ActiveLibrary[Payment Processing](/categories/payments)

kevchikezie/payment-router
==========================

This package intelligently route payment transactions to the most suitable payment processor based on various factors such as transaction cost, reliability, and currency support.

v1.0.1(1y ago)08MITPHPPHP ^8.2

Since Jul 27Pushed 1y ago1 watchersCompare

[ Source](https://github.com/kevchikezie/payment-router)[ Packagist](https://packagist.org/packages/kevchikezie/payment-router)[ Docs](https://github.com/kevchikezie/payment-router)[ RSS](/packages/kevchikezie-payment-router/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (11)Versions (3)Used By (0)

Payment Router
==============

[](#payment-router)

This Laravel package intelligently route payment transactions to the most suitable payment processor based on various factors such as transaction cost, reliability, and currency support.

What do you need before you can use this library?
-------------------------------------------------

[](#what-do-you-need-before-you-can-use-this-library)

Before installing this Laravel package, ensure you have the requirements below;

- PHP &gt;=8.2 (PHP 8.2 and above)

How do you install this package?
--------------------------------

[](#how-do-you-install-this-package)

Install via composer

```
composer require kevchikezie/payment-router
```

How do you configure this package?
----------------------------------

[](#how-do-you-configure-this-package)

Publish the configuration file after the package is installed

```
php artisan vendor:publish --provider="Kevchikezie\PaymentRouter\PaymentRouterServiceProvider"
```

After running the command above, check your **config** folder, you should see a file named `payment-router.php`. The content of this file may look like or be configured as the sample below;

```
