inwave / laravel-sovren
Sovren package for Laravel.
3.0
2022-05-16 10:52 UTC
Requires
- php: ^8.0
- ext-json: *
- guzzlehttp/guzzle: ^7.0
- illuminate/support: ^9.0
Requires (Dev)
- orchestra/testbench: ^6.0
- php-vcr/php-vcr: ^1.4
- php-vcr/phpunit-testlistener-vcr: ^3.2
- phpunit/phpunit: ^9.3
This package is auto-updated.
Last update: 2025-02-16 17:18:04 UTC
README
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.