laravel-creditguard maintained by mordisacks
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);