inwave/laravel-sovren

Sovren package for Laravel.

3.0 2022-05-16 10:52 UTC

This package is auto-updated.

Last update: 2024-04-16 15:10:45 UTC


README

Latest Version on Packagist Build Status Quality Score Total Downloads

Very simple package to use the Sovren API inside Laravel.

Archived

We are no longer using Sovren in our projects so we can not longer mantain this repo.

Installation

You can install the package via composer:

composer require via-work/laravel-sovren

Usage

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.

Testing

composer test

Security

If you discover any security related issues, please email alfonso@via.work instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.