PHPackages                             citg/laravel-converge-payment - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Payment Processing](/categories/payments)
4. /
5. citg/laravel-converge-payment

ActiveLibrary[Payment Processing](/categories/payments)

citg/laravel-converge-payment
=============================

Laravel Library for Converge Payment Gateway

1.0.5(8mo ago)048MITPHPPHP ^8.2

Since May 9Pushed 7mo ago1 watchersCompare

[ Source](https://github.com/robingta/laravel-citg-converge-payment)[ Packagist](https://packagist.org/packages/citg/laravel-converge-payment)[ RSS](/packages/citg-laravel-converge-payment/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (6)Dependencies (1)Versions (7)Used By (0)

##### This Library is for Converge Payment Gateway **It's a Laravel Wrapper around XML endpoint of Converge Payment Gateway**

[](#this-library-is-for-converge-payment-gateway-its-a-laravel-wrapper-around-xml-endpoint-of-converge-payment-gateway)

Compatibility
-------------

[](#compatibility)

This package will work with PHP &gt;= 8.2 with CURL enabled.

Installation
------------

[](#installation)

To install this library follow the following steps:

```
 composer require citg/laravel-converge-payment
```

Publish Config File
-------------------

[](#publish-config-file)

- Execute the following command from the command-line to publish the configuration file config/converge-payment.php. this command will generate a file as above

```
php artisan vendor:publish --provider="CITG\ConvergePayment\ConvergePaymentServiceProvider"
```

```
