A helpful Sevdesk API client for Laravel.
exlo89/laravel-sevdesk-api is a Laravel package for a helpful sevdesk api client for laravel..
It currently has 11 GitHub stars and 19.096 downloads on Packagist (latest version v1.0.4).
Install it with composer require exlo89/laravel-sevdesk-api.
Discover more Laravel packages by exlo89
or browse all Laravel packages to compare alternatives.
Last updated
If you need help or you want to work with me, please visit my website and contact me. This package make a connection to the sevdesk api and let you interact with it.
You can install the package via composer:
composer require exlo89/laravel-sevdesk-api
Set your api token with
SEVDESK_API_TOKEN=xxxxxxxx
Optionally you can publish the config file with:
php artisan vendor:publish --provider="Exlo89\LaravelSevdeskApi\SevdeskApiServiceProvider" --tag="config"
First Instantiate a sevdesk instance and then fetch all the data.
$sevdeskApi = SevdeskApi::make();
$sevdeskApi->invoice()->allDraft();
Please see CHANGELOG for more information what has changed recently.
Please see CONTRIBUTING for details.
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.
This package was generated using the Laravel Package Boilerplate.