mordisacks/laravel-creditguard

Installs: 1 904

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/mordisacks/laravel-creditguard

1.2.0 2025-02-16 11:39 UTC

This package is auto-updated.

Last update: 2025-10-16 13:24:20 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);