Skip to content

SmartUcf Online Service for Laravel

License

Notifications You must be signed in to change notification settings

veneliniliev/smart-ucf

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

SmartUcf Online Service for Laravel

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 96.0%
  • HTML 4.0%