PHPackages                             bennetgallein/basic-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. bennetgallein/basic-sevdesk-api

ActiveLibrary[API Development](/categories/api)

bennetgallein/basic-sevdesk-api
===============================

Basic PHP REST API client for sevDesk accounting software

0.1.4(2y ago)01.3kMITPHPPHP &gt;=8.0

Since Jun 5Pushed 2y agoCompare

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

READMEChangelogDependencies (2)Versions (3)Used By (0)

Basic sevDesk API
=================

[](#basic-sevdesk-api)

A simple API wrapper for sevDesk using Guzzle.

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

[](#installation)

Note: this is a fork.

The recommended way to install is [through composer](http://packagist.org).

```
composer require bennetgallein/basic-sevdesk-api

```

Using the api
-------------

[](#using-the-api)

For REST calls, the api-key is required.

```
use Iron1902\BasicSevdeskAPI\BasicSevdeskAPI;
use Iron1902\BasicSevdeskAPI\Options;

// Create options for the API
$options = new Options();
$options->setApiKey('YOUR_API_KEY_HERE');

// Create the client
$api = new BasicSevdeskAPI($options);

//perform your requests
$result = $api->rest('GET', 'Invoice');
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity40

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 70% 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 ~0 days

Total

2

Last Release

1068d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/d1fe6824fa3ef29f0284a7dddd5233ee261e0e1e41a575e6d867e34428b70386?d=identicon)[BennetPHP](/maintainers/BennetPHP)

---

Top Contributors

[![iron1902](https://avatars.githubusercontent.com/u/6397442?v=4)](https://github.com/iron1902 "iron1902 (7 commits)")[![bennetgallein](https://avatars.githubusercontent.com/u/15325891?v=4)](https://github.com/bennetgallein "bennetgallein (3 commits)")

### Embed Badge

![Health badge](/badges/bennetgallein-basic-sevdesk-api/health.svg)

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

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[moe-mizrak/laravel-openrouter

Laravel package for OpenRouter (A unified interface for LLMs)

153107.2k2](/packages/moe-mizrak-laravel-openrouter)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)[mapado/rest-client-sdk

Rest Client SDK for hydra API

1125.9k2](/packages/mapado-rest-client-sdk)

PHPackages © 2026

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