mordisacks / laravel-creditguard
Installs: 1 854
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 0
Open Issues: 0
Requires
- illuminate/support: ~5|~6|~7|~8|~9|~10
- mordisacks/creditguard: ^1.0.4
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);