mordisacks/laravel-creditguard

1.1.0 2023-08-30 12:22 UTC

This package is auto-updated.

Last update: 2024-04-30 00:38:53 UTC


README

a laravel package for creditguard

Install

Require this package with composer using the following command:

composer require mordisacks/laravel-creditguard

Then publish the config group

php artisan vendor:publish --tag=config

Then set add this to your .env file

CREDITGUARD_URL=""
CREDITGUARD_USER=""
CREDITGUARD_PASSWORD=""
CREDITGUARD_TERMINAL_ID=""
CREDITGUARD_MID=""

Usage

\CreditGuard::execute($request);