PHPackages                             ausus/standard-stack - 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. [Framework](/categories/framework)
4. /
5. ausus/standard-stack

ActiveLibrary[Framework](/categories/framework)

ausus/standard-stack
====================

AUSUS — the V0 Standard Stack: bundles kernel + persistence-sql + runtime-default + api-http and ships the high-level Ausus\\Application bootstrap facade. Skeleton packages (tenancy-row, audit-database, auth-bridge, presentation-default) will be added as their RFC-12 §16 implementations land.

v1.0.1(1w ago)0227↓33.3%3MITPHPPHP &gt;=8.3

Since May 19Pushed 1w agoCompare

[ Source](https://github.com/adonko3xBitters/standard-stack)[ Packagist](https://packagist.org/packages/ausus/standard-stack)[ Docs](https://github.com/adonko3xBitters/standard-stack)[ RSS](/packages/ausus-standard-stack/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependencies (12)Versions (26)Used By (3)

ausus/standard-stack
====================

[](#aususstandard-stack)

The V0 Standard Stack. Bundles the implemented core packages at compatible versions **and** ships the high-level `Ausus\Application` bootstrap facade.

What it does
------------

[](#what-it-does)

- Requires every implemented core package at a compatible version.
- Pins kernel major; component packages track per their own SemVer.
- Single-line install for plugin authors: `composer require ausus/standard-stack`.
- Provides `Ausus\Application` — a four-call bootstrap facade (`create → register → boot → invoke`) that composes the compiler, the SQLite persistence driver and the default runtime.

`Ausus\Application`
-------------------

[](#aususapplication)

```
use Ausus\Application;

$app = Application::create([
        'tenant' => 'acme',
        'roles'  => ['invoice.creator', 'invoice.issuer'],
    ])
    ->register(new HelloInvoiceDsl())
    ->boot();

$created = $app->invoke('billing.invoice.create', null, [/* inputs */]);
$view    = $app->render('billing.invoice.summary');
```

`Application` adds no behaviour — it is a composition convenience. Every object it builds (`Invoker`, `SqlitePersistenceDriver`, `PolicyEngine`, …) stays directly constructable, and the booted services are exposed via `graph()`, `invoker()`, `driver()`, `renderer()` and `pdo()` for advanced wiring.

Required packages
-----------------

[](#required-packages)

PackageLayerRole`ausus/kernel`L0Contracts, value objects, DSL facade`ausus/runtime-default`L2Invoker + Policy Engine + Workflow runtime + Effect dispatch`ausus/persistence-sql`L3SQL PersistenceDriver + SchemaDeriver + DatabaseAuditSink`ausus/api-http`L4PSR-7/15 HTTP API surfaceSkeleton packages (`tenancy-row`, `audit-database`, `auth-bridge`, `presentation-default`) are reserved names and join `require` when their RFC-012 §16 implementations land. They are listed under `extra.ausus.v0-scope`.

The npm half of `react.web.v1` is in `renderer/react/`; install via `npm install @ausus/renderer-react` in the frontend.

Version policy
--------------

[](#version-policy)

Standard Stack version tracks kernel major. Component packages SemVer independently; this package's `require` enforces compatible ranges.

###  Health Score

48

—

FairBetter than 94% of packages

Maintenance98

Actively maintained with recent releases

Popularity16

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity58

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 ~1 days

Total

11

Last Release

11d ago

Major Versions

v0.2.0-rc.1 → v1.0.02026-05-29

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/136594948?v=4)[Rollins](/maintainers/adonko3xBitters)[@adonko3xBitters](https://github.com/adonko3xBitters)

---

Top Contributors

[![adonko3xBitters](https://avatars.githubusercontent.com/u/136594948?v=4)](https://github.com/adonko3xBitters "adonko3xBitters (5 commits)")

---

Tags

frameworkstackapplicationbootstrapausus

### Embed Badge

![Health badge](/badges/ausus-standard-stack/health.svg)

```
[![Health](https://phpackages.com/badges/ausus-standard-stack/health.svg)](https://phpackages.com/packages/ausus-standard-stack)
```

###  Alternatives

[shopware/platform

The Shopware e-commerce core

3.4k1.5M3](/packages/shopware-platform)[aimeos/aimeos-typo3

Professional, full-featured and high performance TYPO3 e-commerce extension for online shops and complex B2B projects

1.5k92.9k5](/packages/aimeos-aimeos-typo3)[sproutcms/cms

Enterprise content management and framework

242.2k4](/packages/sproutcms-cms)

PHPackages © 2026

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