imv/gateway

This is APi integration of Imv gateway

v1 2026-02-11 11:18 UTC

This package is auto-updated.

Last update: 2026-02-11 11:26:06 UTC


README

Latest Version on Packagist GitHub Tests Action Status Total Downloads

Laravel package for IMV Gateway API integration.

Installation

composer require imv/gateway

You can publish the config file with:

php artisan vendor:publish --tag="gateway-config"

Usage

$gateway = new Imv\Gateway\Gateway();

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

License

The MIT License (MIT). Please see License File for more information.