Skip to content

Helpfull Laravel package to work with the Sevdesk API.

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

exlo89/laravel-sevdesk-api

Repository files navigation

laravel sevdesk api

Latest Version on Packagist Total Downloads Test

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.

Sevdesk API Documentation

Documentation

Installation

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"

Usage

First Instantiate a sevdesk instance and then fetch all the data.

$sevdeskApi = SevdeskApi::make();
$sevdeskApi->invoice()->allDraft();

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email hello@martin-appelmann.de instead of using the issue tracker.

Credits

License

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

Laravel Package Boilerplate

This package was generated using the Laravel Package Boilerplate.

About

Helpfull Laravel package to work with the Sevdesk API.

Topics

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages