nitishrajuprety / khalti-payment
Integrate Khalti payment gateway in any Laravel project.
v0.1.1
2025-06-11 06:43 UTC
Requires
- php: ^8.2
- ext-curl: *
- illuminate/support: ^8.0|^9.0|^10.0|^11.0|^12.0
This package is not auto-updated.
Last update: 2025-06-11 06:46:47 UTC
README
This package provides seamless integration with the Khalti Payment Gateway for Laravel applications.
Installation
Step 1: Install via Composer
composer require nitishrajuprety/khalti-payment
Step 2: Publish Configuration
php artisan vendor:publish --provider="NitishRajUprety\\KhaltiPaymentServiceProvider"