Download the PHP package sahlowle/tappayment without Composer
On this page you can find all versions of the php package sahlowle/tappayment. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download sahlowle/tappayment
More information about sahlowle/tappayment
Files in sahlowle/tappayment
Package tappayment
Short Description :package_description
License MIT
Homepage https://github.com/sahlowle/tappayment
Informations about the package tappayment
Laravel Tap Payment
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
This package requires php 7.4 or higher.
Installation
You can install the package via composer:
Setup and configuration
You can also publish the config file using
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
Before being able to use this package, you should configure your tap environment in your application's congig\tap_payment.php file.
Usage
Create Charge Transaction
first create charge transaction
get payment details
here you can get details of payment transaction and check payment status
response will be like this
Test Cards
use card number and any future date
Contributing
Please see contributing.md for details and a todolist.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Suhail Osman
- All Contributors
License
MIT. Please see the license file for more information.