schubwerk / laravel-sheethub-driver
Driver to connect Laravel Application with SheetHub.
1.0.0
2024-10-28 15:40 UTC
Requires
- php: ^8.0 | ^8.1 | ^8.2 | ^8.3
- ext-zip: *
- laravel/framework: ^v8 || ^v9 || ^v10 || ^v11
Requires (Dev)
- phpunit/phpunit: ^9.6 || ^10.5 || ^11.5
- roave/security-advisories: dev-latest
README
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
- 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.