PHPackages                             netstack-de/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. netstack-de/laravel-sevdesk-api

ActiveLibrary[API Development](/categories/api)

netstack-de/laravel-sevdesk-api
===============================

A helpful Sevdesk API client for Laravel.

v0.1.6(3y ago)0217MITPHPPHP ^7.2|^8.0

Since Jan 20Pushed 3y ago1 watchersCompare

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

READMEChangelog (4)Dependencies (3)Versions (9)Used By (0)

Laravel Sevdesk Api
===================

[](#laravel-sevdesk-api)

[![Latest Version on Packagist](https://camo.githubusercontent.com/966e4fd3ec4b0bcf026f1a5f25d786f81ed0db3b09f8e0edc2331a71d097c826/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6e6574737461636b2d64652f6c61726176656c2d7365766465736b2d6170692e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/netstack-de/laravel-sevdesk-api)[![Total Downloads](https://camo.githubusercontent.com/7ca5f946d14b931637cc2adde9c85858defc3fbb5b65b18caa556a861bfced85/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6e6574737461636b2d64652f6c61726176656c2d7365766465736b2d6170692e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/netstack-de/laravel-sevdesk-api)[![Test](https://github.com/NetstackDE/laravel-sevdesk-api/actions/workflows/testing.yml/badge.svg?branch=main)](https://github.com/NetstackDE/laravel-sevdesk-api/actions/workflows/testing.yml)

This package make a connection to the sevdesk api and lets you interact with it.

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

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

[](#installation)

You can install the package via composer:

```
composer require netstack-de/laravel-sevdesk-api
```

Set your api token in the `.env` file like this:

```
SEVDESK_API_TOKEN=xxxxxxxx

```

Optionally you can publish the config file with:

```
php artisan vendor:publish --provider="NetstackDE\LaravelSevdeskApi\SevdeskApiServiceProvider" --tag="config"
```

This is the contents of the published config file:

```
return [
    /*
     * Api token you from sevdesk.
     */
    'api_token' => env('SEVDESK_API_TOKEN', ''),
];
```

Usage
-----

[](#usage)

For usage instructions see the [Wiki](https://github.com/NetstackDE/laravel-sevdesk-api/wiki)

Changelog
---------

[](#changelog)

Please see the [Releases Tab](https://github.com/NetstackDE/laravel-sevdesk-api/releases) for more information on what has changed recently.

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

[](#contributing)

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

Credits
-------

[](#credits)

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

License
-------

[](#license)

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

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

[](#laravel-package-boilerplate)

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

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 50% 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 ~14 days

Total

7

Last Release

1118d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/07b760006959e6e06c8715068acccbbab2dd00eaf6c097df8ae67f79b11b3c55?d=identicon)[Netstack](/maintainers/Netstack)

---

Top Contributors

[![exlo89](https://avatars.githubusercontent.com/u/16336438?v=4)](https://github.com/exlo89 "exlo89 (5 commits)")[![Sebbito](https://avatars.githubusercontent.com/u/62102072?v=4)](https://github.com/Sebbito "Sebbito (5 commits)")

---

Tags

apilaravelsevdeskphpapilaravelAccountingSEVDESK

###  Code Quality

TestsPHPUnit

### Embed Badge

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

```
[![Health](https://phpackages.com/badges/netstack-de-laravel-sevdesk-api/health.svg)](https://phpackages.com/packages/netstack-de-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)[exlo89/laravel-sevdesk-api

A helpful Sevdesk API client for Laravel.

1116.5k](/packages/exlo89-laravel-sevdesk-api)[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)

PHPackages © 2026

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