PHPackages                             gentor/smart-ucf - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. gentor/smart-ucf

ActiveLibrary[API Development](/categories/api)

gentor/smart-ucf
================

Smart Unicredit Consumer Financing Service for Laravel

26.2k1PHP

Since Sep 15Pushed 2y ago1 watchersCompare

[ Source](https://github.com/gentor/smart-ucf)[ Packagist](https://packagist.org/packages/gentor/smart-ucf)[ RSS](/packages/gentor-smart-ucf/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

SmartUcf
========

[](#smartucf)

SmartUcf Online Service for Laravel

Installation
------------

[](#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
-------------

[](#configuration)

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

```
