PHPackages                             exlo89/laravel-sevdesk-api - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. exlo89/laravel-sevdesk-api

ActiveLibrary[API Development](/categories/api)

exlo89/laravel-sevdesk-api
==========================

A helpful Sevdesk API client for Laravel.

v1.0.4(8mo ago)1116.5k—2.1%15[3 issues](https://github.com/exlo89/laravel-sevdesk-api/issues)[2 PRs](https://github.com/exlo89/laravel-sevdesk-api/pulls)MITPHPPHP ^7.2|^8.0CI passing

Since Dec 5Pushed 8mo ago1 watchersCompare

[ Source](https://github.com/exlo89/laravel-sevdesk-api)[ Packagist](https://packagist.org/packages/exlo89/laravel-sevdesk-api)[ Docs](https://github.com/exlo89/laravel-sevdesk-api)[ RSS](/packages/exlo89-laravel-sevdesk-api/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (3)Versions (20)Used By (0)

laravel sevdesk api
===================

[](#laravel-sevdesk-api)

[![Latest Version on Packagist](https://camo.githubusercontent.com/681349c4e55bd5bef02f950d9bcc7c5a54a44925c66a144422b2936aebfa99c7/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f65786c6f38392f6c61726176656c2d7365766465736b2d6170692e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/exlo89/laravel-sevdesk-api)[![Total Downloads](https://camo.githubusercontent.com/c02c505f9e2a87bade462558096c0d937a8311c15ece89a9a753ee19d3f6d8ab/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f65786c6f38392f6c61726176656c2d7365766465736b2d6170692e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/exlo89/laravel-sevdesk-api)[![Test](https://github.com/exlo89/laravel-sevdesk-api/actions/workflows/testing.yml/badge.svg?branch=main)](https://github.com/exlo89/laravel-sevdesk-api/actions/workflows/testing.yml)

If you need help or you want to work with me, please visit [my website](https://martin-appelmann.de) and contact me. This package make a connection to the sevdesk api and let you interact with it.

[Sevdesk API Documentation](https://hilfe.sevdesk.de/knowledge/sevdesk-rest-full-api)

Documentation
-------------

[](#documentation)

- [Official Package Documentation](https://exlo89.github.io/laravel-sevdesk-api).

Installation
------------

[](#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
-----

[](#usage)

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

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

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

### Security

[](#security)

If you discover any security related issues, please email [hello@martin-appelmann.de](mailto:hello@martin-appelmann.de?subject=Laravel%20Sevdesk%20Issue)instead of using the issue tracker.

Credits
-------

[](#credits)

- [Martin Appelmann](https://github.com/exlo89)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

Laravel Package Boilerplate
---------------------------

[](#laravel-package-boilerplate)

This package was generated using the [Laravel Package Boilerplate](https://laravelpackageboilerplate.com).

###  Health Score

46

—

FairBetter than 93% of packages

Maintenance55

Moderate activity, may be stable

Popularity36

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 61.5% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~76 days

Recently: every ~98 days

Total

19

Last Release

248d ago

Major Versions

v0.1.13 → v1.0.02024-08-16

PHP version history (3 changes)v0.1.0PHP ^7.4.0

v0.1.2PHP ^7.4.0|^8.0

v0.1.3PHP ^7.2|^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/68d1b1249411ee73cfa2ff5cd34fdc5ed31254a7d2d68d9dfbd7b7b155be7850?d=identicon)[Martin Appelmann](/maintainers/Martin%20Appelmann)

---

Top Contributors

[![exlo89](https://avatars.githubusercontent.com/u/16336438?v=4)](https://github.com/exlo89 "exlo89 (32 commits)")[![Fernien](https://avatars.githubusercontent.com/u/28627530?v=4)](https://github.com/Fernien "Fernien (12 commits)")[![imanghafoori1](https://avatars.githubusercontent.com/u/6961695?v=4)](https://github.com/imanghafoori1 "imanghafoori1 (3 commits)")[![Sebbito](https://avatars.githubusercontent.com/u/62102072?v=4)](https://github.com/Sebbito "Sebbito (3 commits)")[![TitusKirch](https://avatars.githubusercontent.com/u/16943133?v=4)](https://github.com/TitusKirch "TitusKirch (2 commits)")

---

Tags

apilaravellaravel-frameworklaravel-packagephpsevdeskphpapilaravelAccountingSEVDESK

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/exlo89-laravel-sevdesk-api/health.svg)

```
[![Health](https://phpackages.com/badges/exlo89-laravel-sevdesk-api/health.svg)](https://phpackages.com/packages/exlo89-laravel-sevdesk-api)
```

###  Alternatives

[openai-php/laravel

OpenAI PHP for Laravel is a supercharged PHP API client that allows you to interact with the Open AI API

3.7k7.6M74](/packages/openai-php-laravel)[mozex/anthropic-laravel

Anthropic PHP for Laravel is a supercharged PHP API client that allows you to interact with the Anthropic API

71226.4k1](/packages/mozex-anthropic-laravel)[scriptdevelop/whatsapp-manager

Paquete para manejo de WhatsApp Business API en Laravel

762.6k](/packages/scriptdevelop-whatsapp-manager)[dariusiii/tmdb-laravel

Laravel Package for TMDB ( The Movie Database ) API. Provides easy access to the wtfzdotnet/php-tmdb-api library.

1821.1k](/packages/dariusiii-tmdb-laravel)[jeroen-g/flickr

Modern PHP package to make Flickr API calls. Ships with Laravel implementation.

2559.9k2](/packages/jeroen-g-flickr)[shipu/php-aamarpay-payment

PHP client for Aamarpay Payment Gateway API

3214.6k](/packages/shipu-php-aamarpay-payment)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
