PHPackages                             vectoor/laravel-multi-payment-methods - 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. vectoor/laravel-multi-payment-methods

ActiveLibrary[Payment Processing](/categories/payments)

vectoor/laravel-multi-payment-methods
=====================================

multi payment methods for laravel

1147↓100%1PHP

Since Aug 15Pushed 2y ago1 watchersCompare

[ Source](https://github.com/vect0o0r/laravel-multi-payment-methods)[ Packagist](https://packagist.org/packages/vectoor/laravel-multi-payment-methods)[ RSS](/packages/vectoor-laravel-multi-payment-methods/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel Multi Payment Methods
=============================

[](#laravel-multi-payment-methods)

Laravel Package For Payment Methods Multi Methods Usage.

🚀 About Me
----------

[](#-about-me)

I'm a Full-stack Developer with more than 7 years of a unique experience, I'm a self-learner and specialized in applying the best practices to design and implement scalable, concurrent, flexible, and robust software solutions, with a healthy focus on the expected business outcomes, Always I seek to gain new skills and grow up my knowledge.

Supported Methods
-----------------

[](#supported-methods)

- [UPAYMENTS](https://www.upayments.com/)
- Others On The Way...

Features
--------

[](#features)

- Pay
- Get Transaction Details
- Refund Payment

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

[](#installation)

You Can Install Via Composer

```
composer require vectoor/laravel-multi-payment-methods
```

Publish
-------

[](#publish)

You Should Publish Config File To Set Method Credentials

```
php artisan vendor:publish --provider="Vector\LaravelMultiPaymentMethods\Providers\PaymentServiceProvider"
```

Config
------

[](#config)

Example Of Config File

```
