PHPackages                             treestoneit/laravel-converge-api - 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. [API Development](/categories/api)
4. /
5. treestoneit/laravel-converge-api

ActiveLibrary[API Development](/categories/api)

treestoneit/laravel-converge-api
================================

Laravel wrapper for Converge's payment API

v2.2.2(9mo ago)71.4k4MITPHPPHP ^8.2

Since Feb 10Pushed 9mo ago2 watchersCompare

[ Source](https://github.com/treeStoneIT/laravel-converge-api)[ Packagist](https://packagist.org/packages/treestoneit/laravel-converge-api)[ Docs](https://github.com/treestoneit/laravel-converge-api)[ GitHub Sponsors](https://github.com/treestoneit)[ RSS](/packages/treestoneit-laravel-converge-api/feed)WikiDiscussions master Synced 1w ago

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

Laravel Elavon / Converge API
=============================

[](#laravel-elavon--converge-api)

[![Latest Version on Packagist](https://camo.githubusercontent.com/2ed3ba8438afa14ade0924b64f882848019287f4f31a919a757d22e017953357/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7472656573746f6e6569742f6c61726176656c2d636f6e76657267652d6170692e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/treestoneit/laravel-converge-api)[![Fix PHP code style issues](https://github.com/treeStoneIT/laravel-converge-api/actions/workflows/fix-php-code-style-issues.yml/badge.svg)](https://github.com/treeStoneIT/laravel-converge-api/actions/workflows/fix-php-code-style-issues.yml)[![Total Downloads](https://camo.githubusercontent.com/9244cc819a6254dbe92010de5accfaf2a3a4ba42e45f425bec974cf346b72f2e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7472656573746f6e6569742f6c61726176656c2d636f6e76657267652d6170692e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/treestoneit/laravel-converge-api)

A simple, easy to use Laravel wrapper for Elavon's Converge API via key value pairs instead of XML.

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

[](#installation)

You can install the package via composer:

```
composer require treestoneit/laravel-converge-api
```

You can publish the config file with:

```
php artisan vendor:publish --provider="Treestoneit\LaravelConvergeApi\LaravelConvergeApiServiceProvider" --tag="config"
```

This is the contents of the published config file:

```
return [
    /*
     * Merchant ID: Elavon-assigned Converge account ID.
     */
    'merchant_id' => env('CONVERGE_MERCHANT_ID', ''),

    /*
     * Converge User ID: The user ID with Hosted Payment API User status that
     * can send transaction requests through the terminal.
     */
    'user_id'     => env('CONVERGE_USER_ID', ''),

    /*
     * Terminal ID: Unique identifier of the terminal that will process the
     * transaction request and submit to the Converge gateway.
     *
     * Important: The ssl_user_id sending the transaction request must be
     * associated with the terminal that will process the request.
     */
    'pin'         => env('CONVERGE_PIN', ''),

    /*
     * Demo / Live Site
     */
    'demo'        => env('CONVERGE_DEMO', true),
];
```

Usage
-----

[](#usage)

```
    $converge = app(\Treestoneit\LaravelConvergeApi\Converge::class);

    $createSale = $converge->authOnly([
        'ssl_card_number' => '5121212121212124',
        'ssl_exp_date' => '0325',
        'ssl_cvv2cvc2' => '321',
        'ssl_amount' => '250.00',
        'ssl_add_token' => 'Y',
    ]);
```

Testing
-------

[](#testing)

On our todo list :-)

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

This package is built as a Laravel wrapper using the code in [PHP Converge API](https://github.com/wwwroth/php-converge-api) built by [Phillip Roth](https://github.com/wwwroth)

- [Bomshteyn Consulting](https://github.com/treestoneit)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

45

—

FairBetter than 93% of packages

Maintenance56

Moderate activity, may be stable

Popularity26

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity70

Established project with proven stability

 Bus Factor1

Top contributor holds 95% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~272 days

Recently: every ~195 days

Total

7

Last Release

293d ago

Major Versions

v1.0.0 → v2.0.02021-02-15

PHP version history (2 changes)v1.0.0PHP ^7.4|^8.0

v2.1.0PHP ^8.2

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/44207441?v=4)[Bomshteyn Consulting](/maintainers/treeStoneIT)[@treeStoneIT](https://github.com/treeStoneIT)

---

Top Contributors

[![bomshteyn](https://avatars.githubusercontent.com/u/4259699?v=4)](https://github.com/bomshteyn "bomshteyn (38 commits)")[![digitalmcgrath](https://avatars.githubusercontent.com/u/619154?v=4)](https://github.com/digitalmcgrath "digitalmcgrath (1 commits)")[![shcherse](https://avatars.githubusercontent.com/u/15324892?v=4)](https://github.com/shcherse "shcherse (1 commits)")

---

Tags

apiapi-wrapperconvergeelavonlaravel-packagevirtualmerchantlaravelelavonconverge

###  Code Quality

TestsPHPUnit

Static AnalysisPsalm

Code StyleLaravel Pint

Type Coverage Yes

### Embed Badge

![Health badge](/badges/treestoneit-laravel-converge-api/health.svg)

```
[![Health](https://phpackages.com/badges/treestoneit-laravel-converge-api/health.svg)](https://phpackages.com/packages/treestoneit-laravel-converge-api)
```

###  Alternatives

[dedoc/scramble

Automatic generation of API documentation for Laravel applications.

2.1k7.8M57](/packages/dedoc-scramble)[scalar/laravel

Render your OpenAPI-based API reference

6183.9k2](/packages/scalar-laravel)[ryangjchandler/bearer

Minimalistic token-based authentication for Laravel API endpoints.

8129.8k](/packages/ryangjchandler-bearer)[combindma/laravel-facebook-pixel

Meta pixel integration for Laravel

4956.9k](/packages/combindma-laravel-facebook-pixel)[stechstudio/laravel-hubspot

A Laravel SDK for the HubSpot CRM Api

2971.0k](/packages/stechstudio-laravel-hubspot)[njoguamos/laravel-plausible

A laravel package for interacting with plausible analytics api.

208.8k](/packages/njoguamos-laravel-plausible)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
