gentor/smart-ucf

Smart Unicredit Consumer Financing Service for Laravel

dev-master 2023-09-15 14:18 UTC

This package is auto-updated.

Last update: 2024-04-15 15:54:50 UTC


README

SmartUcf Online Service for Laravel

Installation

Installation using composer:

composer require gentor/smart-ucf

Add the service provider in config/app.php:

Gentor\SmartUcf\SmartUcfServiceProvider::class,

Add the facade alias in config/app.php:

Gentor\SmartUcf\Facades\SmartUcf::class,

Configuration

Change your default settings in app/config/smart-ucf.php:

<?php
return [
    'username' => env('UCF_USERNAME'),
    'password' => env('UCF_PASSWORD'),
    'test_mode' => env('UCF_TEST_MODE', true),
];

Documentation

UniCredit Consumer Financing