nitishrajuprety / connectips-payment
Integrate ConnectIPS payment gateway in any Laravel project.
v0.1
2025-01-29 05:23 UTC
Requires
- php: ^8.2
- ext-curl: *
- ext-openssl: *
- guzzlehttp/guzzle: ^7.0
- illuminate/support: ^8.0|^9.0|^10.0|^11.0
This package is not auto-updated.
Last update: 2025-06-19 05:17:49 UTC
README
This package provides seamless integration with the Esewa Payment Gateway for Laravel applications.
Installation
Step 1: Install via Composer
composer require nitishrajuprety/connectips-payment
Step 2: Publish Configuration
php artisan vendor:publish --provider="NitishRajUprety\\ConnectIpsPaymentServiceProvider"