Looking to hire Laravel developers? Try LaraJobs

laravel-creditguard maintained by mordisacks

Author
Mordi Sacks
Last update
2025/02/16 12:39 (dev-master)
License
Links
Downloads
1 905

Comments
comments powered by Disqus

laravel-creditguard

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);