schubwerk/laravel-sheethub-driver

Driver to connect Laravel Application with SheetHub.

1.0.0 2024-10-28 15:40 UTC

This package is auto-updated.

Last update: 2024-12-29 07:29:37 UTC


README

Latest Version on Packagist Total Downloads

Driver to connect Laravel Application with SheetHub.

Installation

Via Composer

$ composer require schubwerk/laravel-sheethub-driver

Testing

$ composer test

Usage

To use the laravel-sheethub-driver package, you only need to utilize the ImportJob.

Example Usage

  1. Dispatch the Import Job

The ImportJob can be dispatched to run in the background for importing data from SheetHub. You can dispatch the job like this:

use Twoh\SheethubDriver\ImportJob;

// Dispatch the job
ImportJob::dispatchSync(
    function() {
        $this->checkUploadedFile('inspire');
    }
);

Contributing

Please see contributing.md for details and a todolist.

Security

If you discover any security related issues, please email author email instead of using the issue tracker.

Credits

  • Author name: Mohamad Katramez
  • Contributors: Andy Reichel

License

license. Please see the license file for more information.