hubforce/file-parser-sdk

This is a SDK for working with file parsing service.

Installs: 7

Dependents: 0

Suggesters: 0

Security: 0

pkg:composer/hubforce/file-parser-sdk

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

This package is not auto-updated.

Last update: 2026-01-22 20:16:32 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.