Download the PHP package aceraven777/laravel-paymaya without Composer
On this page you can find all versions of the php package aceraven777/laravel-paymaya. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download aceraven777/laravel-paymaya
More information about aceraven777/laravel-paymaya
Files in aceraven777/laravel-paymaya
Package laravel-paymaya
Short Description PayMaya Payment integration to Laravel
License MIT
Informations about the package laravel-paymaya
Integrate PayMaya payments in Laravel
Integrated PayMaya SDK (https://github.com/PayMaya/PayMaya-PHP-SDK) and port it to Laravel.
- Installation
- Usage
- Setting up Webhooks
- Customize Merchant Page
- Checkout
- Webhook Callback
- Void Payment
- Refund Payment
- Donate
Installation
Run the following command to install:
Run the following command to publish User
library file:
Usage
When you run php artisan vendor:publish
it will create file in config/paymaya.php
and app/Libraries/PayMaya/User.php
, you may edit this file based on your needs.
For the sample codes below you have to define PAYMAYA_PUBLIC_KEY
and PAYMAYA_SECRET_KEY
in your .env
file for your API keys. Here's the link for sandbox API keys for PayMaya: https://developers.maya.ph/reference/sandbox-credentials-and-cards#sandbox-api-keys
Setting up Webhooks
Customize Merchant Page
Checkout
Webhook Callback
Void Payment
Refund Payment
Refund a checkout.
Get refund attempts of a checkout.
Retrieve information of a particular refund.
Donate
Via GCash
Via PayPal
All versions of laravel-paymaya with dependencies
paymaya/paymaya-sdk Version *
ext-curl Version *
ext-json Version *
illuminate/support Version *