siwei / sovren-parser
Package to can call and parse response of Sovren API
dev-master
2020-10-18 16:28 UTC
Requires
- php: ^7.2
- ext-json: *
- guzzlehttp/guzzle: *
- illuminate/support: *
This package is auto-updated.
Last update: 2025-06-19 02:41:07 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.