Very simple package to use the Sovren API inside Laravel.
We are no longer using Sovren in our projects so we can not longer mantain this repo.
You can install the package via composer:
composer require via-work/laravel-sovren
After installing, the package will automatically register its service provider.
To publish the config file to config/sovren.php run:
php artisan vendor:publish --provider="Via\LaravelSovren\SovrenFacade"
And change your API keys accordingly.
composer test
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.