Download the PHP package ibnuhalimm/laravel-tripay without Composer
On this page you can find all versions of the php package ibnuhalimm/laravel-tripay. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download ibnuhalimm/laravel-tripay
More information about ibnuhalimm/laravel-tripay
Files in ibnuhalimm/laravel-tripay
Package laravel-tripay
Short Description Laravel Wrapper for Tripay Payment Gateway
License MIT
Homepage https://github.com/ibnuhalimm/laravel-tripay
Informations about the package laravel-tripay
Laravel - Tripay
Laravel wrapper for Tripay payment gateway.
Contents
- Installation
- Setting Up
- Usage
- Testing
- Changelog
- Contributing
- Security
- Credits
- License
Installation
You can install the package via composer:
Optionally, you can publish the config file of this package with this command:
Setting up
Put some environment variable to .env
file:
** Valid value for TRIPAY_PRODUCTION_MODE
is true
or false
Usage
You can directly use the Tripay
Facade (the alias or class itself):
Payment Channels
Get Fee of Payment Channel
Fetch the Transactions
Get Transaction Details
Create a Transaction
Override Default Config
Testing
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Ibnu Halim Mustofa
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-tripay with dependencies
illuminate/support Version ^8.0|^9.0
guzzlehttp/guzzle Version ^6.5.5|^7.0.1