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

ActiveLibrary[API Development](/categories/api)

iron1902/basic-sevdesk-api
==========================

Basic PHP REST API client for sevDesk accounting software

0.1.2(5y ago)16081MITPHPPHP &gt;=7.2.0

Since Dec 27Pushed 2y ago1 watchersCompare

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

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

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

[](#basic-sevdesk-api)

A simple API wrapper for sevDesk using Guzzle.

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

[](#installation)

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

```
composer require iron1902/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

Popularity16

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity40

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 90% 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

3

Last Release

1968d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/6397442?v=4)[Fabian Silberer](/maintainers/iron1902)[@iron1902](https://github.com/iron1902)

---

Top Contributors

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

### Embed Badge

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

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