PHPackages                             sahlowle/tappayment - 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. sahlowle/tappayment

ActiveLibrary[Payment Processing](/categories/payments)

sahlowle/tappayment
===================

:package\_description

v0.1.0(2y ago)16MITPHP

Since Jun 6Pushed 2y ago1 watchersCompare

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

READMEChangelog (3)Dependencies (3)Versions (4)Used By (0)

[![Laravel Tap Payment](https://camo.githubusercontent.com/0c1e0b8b4c63e57a50920265112060fbfd501f24ac0ee8626c918358701f3f86/68747470733a2f2f7777772e69646c6f6f6d2e636f6d2f6170706c69636174696f6e2f66696c65732f333031362f373538352f333833322f5461704c6f676f5f477261795f482e706e67)](https://camo.githubusercontent.com/0c1e0b8b4c63e57a50920265112060fbfd501f24ac0ee8626c918358701f3f86/68747470733a2f2f7777772e69646c6f6f6d2e636f6d2f6170706c69636174696f6e2f66696c65732f333031362f373538352f333833322f5461704c6f676f5f477261795f482e706e67)

Laravel Tap Payment
===================

[](#laravel-tap-payment)

[![Latest Version on Packagist](https://camo.githubusercontent.com/151a26790634a3c556969209c9f39e6146d93be153584af8213dfaa8c55c85c4/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7361686c6f776c652f7461707061796d656e742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/sahlowle/tappayment)[![Total Downloads](https://camo.githubusercontent.com/4a37065441d9878664ccc3c24ae153ff56ce65051e6c51af7250dab1bc8d4277/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7361686c6f776c652f7461707061796d656e742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/sahlowle/tappayment)[![StyleCI Shield](https://camo.githubusercontent.com/788aa87e26fd7fd20010addf1e969115d4b09264949d230f58ef8f3d0c7d5233/68747470733a2f2f6769746875622e7374796c6563692e696f2f7265706f732f3533343233373532312f736869656c643f6272616e63683d6d6173746572)](https://github.styleci.io/repos/534237521)

Laravel Tap Payment makes integration with payment gateway easier for Laravel developers, and that's by offering a wide range of functions to consume the tap transactions API.

Requirements
------------

[](#requirements)

This package requires php 7.4 or higher.

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

[](#installation)

You can install the package via composer:

```
composer require sahlowle/tappayment
```

Setup and configuration
=======================

[](#setup-and-configuration)

You can also publish the config file using

```
php artisan vendor:publish --tag="tap_payment.config"
```

After that, you can see the file in app/tap\_payment.php and update it. You might need to change the model variable to use your custom User model.

Tap Keys
--------

[](#tap-keys)

Before being able to use this package, you should configure your tap environment in your application's congig\\tap\_payment.php file.

```
