hubforce/file-parser-sdk

This is a SDK for working with file parsing service.

v1.1.1 2023-11-01 11:18 UTC

This package is not auto-updated.

Last update: 2024-05-16 12:17:03 UTC


README

Installation

You can install the package via composer:

composer require hubforce/file-parser-sdk

Set env variable PARSING_SERVICE_HOST

You can publish the config file with:

php artisan vendor:publish --tag="file-parser-sdk-config"

This is the contents of the published config file:

return [
    'host' => ''
];

Usage

$fileParserSdk = new Hubforce\FileParserSdk();
$fileParserSdk->parseFileByUrl($url)

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

License

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