PHPackages                             superheld/summae-core - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. superheld/summae-core

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

superheld/summae-core
=====================

Framework-free accounting core: GoBD double-entry, cash-basis accounting (EÜR), VAT, fixed assets, cost accounting (KLR)

v0.5.0(1mo ago)014↓50%2MITPHPPHP &gt;=8.3

Since Jun 19Pushed 1mo agoCompare

[ Source](https://github.com/Superheld/summae-core)[ Packagist](https://packagist.org/packages/superheld/summae-core)[ Docs](https://github.com/superheld/summae)[ RSS](/packages/superheld-summae-core/feed)WikiDiscussions main Synced 2w ago

READMEChangelogDependencies (2)Versions (8)Used By (2)

superheld/summae-core (PHP)
===========================

[](#superheldsummae-core-php)

Framework-free accounting core: GoBD double-entry, cash-basis accounting (EÜR), VAT, fixed assets, cost accounting. Reference implementation of summae; only runtime dependency: `brick/math`. No framework binding (Laravel adapter: `superheld/summae-laravel`).

```
composer require superheld/summae-core
```

```
use Summae\Core\Tenant;
use Summae\Core\Substrate\Currency;
use Summae\Core\Composition\TenantOperations;

$ops = new TenantOperations(Tenant::inMemory('Demo GmbH', Currency::of('EUR')));
$ops->execute('createFiscalYear', ['year' => 2026, 'start' => '2026-01-01', 'end' => '2026-12-31']);
$susa = $ops->project('trialBalance', ['fiscalYear' => 2026, 'throughPeriod' => 12]);
```

**📖 Full documentation** — installation, initialization, configuration, complete API reference (all operations &amp; projections), value objects, error catalog: **[summae handbook](https://github.com/Superheld/summae/blob/main/docs/handbuch/README.md)**.

License: MIT — see [LICENSE](https://github.com/Superheld/summae/blob/main/implementations/php/LICENSE).

###  Health Score

40

—

FairBetter than 86% of packages

Maintenance92

Actively maintained with recent releases

Popularity8

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 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

7

Last Release

40d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5963408?v=4)[Roland](/maintainers/Superheld)[@Superheld](https://github.com/Superheld)

---

Top Contributors

[![Superheld](https://avatars.githubusercontent.com/u/5963408?v=4)](https://github.com/Superheld "Superheld (8 commits)")

---

Tags

Accountingdouble entrybookkeepingumsatzsteuergobddoppikrechnungsweseneuer

### Embed Badge

![Health badge](/badges/superheld-summae-core/health.svg)

```
[![Health](https://phpackages.com/badges/superheld-summae-core/health.svg)](https://phpackages.com/packages/superheld-summae-core)
```

###  Alternatives

[laravel/framework

The Laravel Framework.

34.8k556.2M21.0k](/packages/laravel-framework)[brick/money

Money and currency library

1.9k43.2M183](/packages/brick-money)[illuminate/database

The Illuminate Database package.

2.8k55.8M12.6k](/packages/illuminate-database)[flow-php/etl

PHP ETL - Extract Transform Load - Abstraction

379637.6k118](/packages/flow-php-etl)[flow-php/flow

PHP ETL - Extract Transform Load - Data processing framework

86337.5k](/packages/flow-php-flow)[illuminatech/balance

Provides support for Balance accounting system based on debit and credit principle

16543.7k](/packages/illuminatech-balance)

PHPackages © 2026

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