PHPackages                             myagmarsurensedjav/simple-payment - 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. myagmarsurensedjav/simple-payment

ActiveLibrary[Payment Processing](/categories/payments)

myagmarsurensedjav/simple-payment
=================================

A simple payment gateway implementation supporting multiple payment methods for Laravel applications.

v0.8.1(7mo ago)36442[3 PRs](https://github.com/myagmarsurensedjav/simple-payment/pulls)MITPHPPHP ^8.3CI passing

Since Mar 4Pushed 1mo ago1 watchersCompare

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

READMEChangelogDependencies (10)Versions (17)Used By (0)

A simple payment implementation for Laravel applications.
=========================================================

[](#a-simple-payment-implementation-for-laravel-applications)

[![Latest Version on Packagist](https://camo.githubusercontent.com/25fb4c59cb34f453136dde0b344e133fe8155fa42b26177fbc764df2d6faaefb/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d7961676d6172737572656e7365646a61762f73696d706c652d7061796d656e742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/myagmarsurensedjav/simple-payment)[![GitHub Tests Action Status](https://camo.githubusercontent.com/69041dcafd32cf2abdc15568fd0640393b8ee20ccfedb8e455fb7281b81ce60a/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6d7961676d6172737572656e7365646a61762f73696d706c652d7061796d656e742f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/myagmarsurensedjav/simple-payment/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/1db2bca2cae9b93c10ceede75567c67a4c5cd2ef69e931425a084de951dd6918/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6d7961676d6172737572656e7365646a61762f73696d706c652d7061796d656e742f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/myagmarsurensedjav/simple-payment/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/bfe976814a8b53c113d15d1d6fe9dd03662a0c549374a666e612c02435339808/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6d7961676d6172737572656e7365646a61762f73696d706c652d7061796d656e742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/myagmarsurensedjav/simple-payment)

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

[](#installation)

You can install the package via composer:

```
composer require myagmarsurensedjav/simple-payment
```

And run the following installer command

```
php artisan simple-payment:install
```

You can publish the config file with:

```
php artisan vendor:publish --tag="simple-payment-config"
```

This is the contents of the published config file:

```
