PHPackages                             baufragen/sdk-php - 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. baufragen/sdk-php

ActiveLibrary[API Development](/categories/api)

baufragen/sdk-php
=================

Some helper classes to interact with the Baufragen.de API

1.0.1(8y ago)011proprietaryPHPPHP ^7.0

Since Feb 14Pushed 8y ago2 watchersCompare

[ Source](https://github.com/baufragen/sdk-php)[ Packagist](https://packagist.org/packages/baufragen/sdk-php)[ Docs](https://www.baufragen.de)[ RSS](/packages/baufragen-sdk-php/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (5)Used By (0)

About this SDK
--------------

[](#about-this-sdk)

This SDK is intended to ease communication and development with the API of [www.baufragen.de](http://www.baufragen.de). For problems and questions please contact us at

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

[](#installation)

To install this package just install it via composer.

```
composer require baufragen/sdk-php

```

After installing it in your project you can use the functionality described below by instantiating the classes in the Baufragen namespace.

Encrypter
---------

[](#encrypter)

The Encrypter class helps you handle the nitty gritty details of Encryption using OpenSSL. To use the Encrypter class simply create an object passing your Baufragen.de API Secret like this:

```
use Baufragen\Encryption\Encrypter;

$encrypter = new Encrypter(API_SECRET);

```

#### Encryption

[](#encryption)

Encrypting works simply by calling the encryptString method on the $encrypter object. You can then send the returned string to the Baufragen.de API.

```
$encrypted = $encrypter->encryptString('Hello World');

```

#### Decryption

[](#decryption)

Decrypting is as easy as encrypting. Simply call the decryptString method and pass it the encrypted value you got from our API and it will return the decrypted original.

```
$encryptedValue = '[ENCRYPTED]';
$decrypted = $encrypter->decryptString($encryptedValue);

```

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

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

3056d ago

Major Versions

0.0.1 → 1.0.02018-02-15

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/670412?v=4)[Frank Tiersch](/maintainers/ftiersch)[@ftiersch](https://github.com/ftiersch)

---

Top Contributors

[![ftiersch](https://avatars.githubusercontent.com/u/670412?v=4)](https://github.com/ftiersch "ftiersch (10 commits)")

---

Tags

Baufragen

### Embed Badge

![Health badge](/badges/baufragen-sdk-php/health.svg)

```
[![Health](https://phpackages.com/badges/baufragen-sdk-php/health.svg)](https://phpackages.com/packages/baufragen-sdk-php)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35816.3M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

94452.6k6](/packages/botman-driver-telegram)

PHPackages © 2026

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