gentor/smart-ucf
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
Related Packages
rossjcooper/laravel-hubspot
Adds a Laravel specific wrapper for the Hubspot client package
762,139
65
longman/laravel-platfourm
Package to implement right Repository/Service architecture in Laravel 5.x
642
8
mollie/laravel-mollie
Mollie API client wrapper for Laravel & Mollie Connect provider for Laravel Soci...
4,979,596
361