siwei / sovren-parser
Package to can call and parse response of Sovren API
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/siwei/sovren-parser
Requires
- php: ^7.2
- ext-json: *
- guzzlehttp/guzzle: *
- illuminate/support: *
This package is auto-updated.
Last update: 2025-12-19 03:41:14 UTC
README
A caller and response parser for Sovren API
Installation
You can install the package via composer:
composer require siwei/sovren-parser
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="Siwei\SovrenParser"
And change your API keys accordingly.
Usage
$resume = Sovren::parse(FULL_PATH_TO_RESUME);
Security
If you discover any security related issues, please email adippe@siwei.fr.
Credits
License
The MIT License (MIT). Please see License File for more information.