gentor/smart-ucf

Smart Unicredit Consumer Financing Service for Laravel
6,181 2
Install
composer require gentor/smart-ucf
PHP:>= 7.0
License:MIT
Last Updated:Sep 15, 2023
Links: GitHub  ·  Packagist
Maintainer: gentor

SmartUcf

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

Related Packages

gentor/bnp-paribas-pf

BNP Paribas PF Pricing Service for Laravel

6,304 0
rossjcooper/laravel-hubspot

Adds a Laravel specific wrapper for the Hubspot client package

762,139 65
czim/laravel-service

Basic webservice framework for Laravel.

27,230 4
longman/laravel-platfourm

Package to implement right Repository/Service architecture in Laravel 5.x

642 8