PHPackages                             superheld/summae-laravel - 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. [Database &amp; ORM](/categories/database)
4. /
5. superheld/summae-laravel

ActiveLibrary[Database &amp; ORM](/categories/database)

superheld/summae-laravel
========================

Laravel adapter for summae-core: service provider, database persistence, migrations

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

Since Jun 19Pushed 1mo agoCompare

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

READMEChangelogDependencies (6)Versions (8)Used By (1)

superheld/summae-laravel
========================

[](#superheldsummae-laravel)

Laravel integration of summae: ServiceProvider, database persistence (`summae_*` tables), migrations. The framework-free core (`superheld/summae-core`) comes along automatically as a dependency — you install **one** package.

```
composer require superheld/summae-laravel
php artisan migrate
```

The ServiceProvider is registered automatically via package discovery. Without further configuration the package uses your app's default DB connection.

```
use Summae\Core\Substrate\Currency;
use Summae\Core\Composition\TenantOperations;
use Summae\Laravel\DatabaseTenantFactory;

$tenant = app(DatabaseTenantFactory::class)->build('Example Ltd', Currency::of('EUR'));
$ops    = new TenantOperations($tenant);
```

**📖 Full documentation** — configuration (custom DB connection, `SUMMAE_DB_CONNECTION`, migration), initialization, complete API reference, 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

39

—

LowBetter than 84% of packages

Maintenance92

Actively maintained with recent releases

Popularity6

Limited adoption so far

Community8

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

42d 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 (9 commits)")

---

Tags

laraveldatabaseAccountinggobddoppikrechnungswesen

### Embed Badge

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

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

###  Alternatives

[mongodb/laravel-mongodb

A MongoDB based Eloquent model and Query builder for Laravel

7.1k8.9M105](/packages/mongodb-laravel-mongodb)[spatie/laravel-medialibrary

Associate files with Eloquent models

6.2k45.4M679](/packages/spatie-laravel-medialibrary)[psalm/plugin-laravel

Psalm plugin for Laravel

3355.4M352](/packages/psalm-plugin-laravel)[yajra/laravel-oci8

Oracle DB driver for Laravel via OCI8

8793.3M27](/packages/yajra-laravel-oci8)[kirschbaum-development/eloquent-power-joins

The Laravel magic applied to joins.

1.6k35.7M50](/packages/kirschbaum-development-eloquent-power-joins)[glushkovds/phpclickhouse-laravel

Adapter of the most popular library https://github.com/smi2/phpClickHouse to Laravel

2051.6M2](/packages/glushkovds-phpclickhouse-laravel)

PHPackages © 2026

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