Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mordisacks/laravel-creditguard
a laravel package for creditguard
https://github.com/mordisacks/laravel-creditguard
Last synced: 4 days ago
JSON representation
a laravel package for creditguard
- Host: GitHub
- URL: https://github.com/mordisacks/laravel-creditguard
- Owner: MordiSacks
- License: mit
- Created: 2019-01-08T17:24:17.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-08-30T12:23:33.000Z (about 1 year ago)
- Last Synced: 2024-10-12T04:57:03.324Z (about 1 month ago)
- Language: PHP
- Size: 8.79 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# laravel-creditguard
a laravel package for creditguard### Install
Require this package with composer using the following command:
```bash
composer require mordisacks/laravel-creditguard
```Then publish the config group
```bash
php artisan vendor:publish --tag=config
```Then set add this to your .env file
```dotenv
CREDITGUARD_URL=""
CREDITGUARD_USER=""
CREDITGUARD_PASSWORD=""
CREDITGUARD_TERMINAL_ID=""
CREDITGUARD_MID=""
```### Usage
```php
\CreditGuard::execute($request);
```