alsharie / jawali-payment
Jawali payment gateway
dev-master
2024-11-16 23:08 UTC
Requires
- php: >=7.4
- guzzlehttp/guzzle: ^7.5
- illuminate/support: ^9.33 || ^10.0 || *
This package is auto-updated.
Last update: 2025-04-17 00:10:36 UTC
README
laravel package for Jawali payment gateway
install the package
composer require alsharie/jawali-payment
You can publish using the following command
php artisan vendor:publish --provider="Alsharie\JawaliPayment\JawaliServiceProvider"
you can get the full response body using $response->body()
for all requests