PHPackages                             ausus/starter - 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/starter

ActiveProject[Framework](/categories/framework)

ausus/starter
=============

AUSUS V0 starter template — boots a working HelloInvoice demo on top of the Standard Stack via Ausus\\Application. Installs via `composer create-project ausus/starter myapp`.

v1.0.1(1w ago)050↑50%2MITPHPPHP &gt;=8.3

Since May 19Pushed 1w agoCompare

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

READMEChangelogDependencies (14)Versions (26)Used By (2)

ausus/starter
=============

[](#aususstarter)

Project template that boots a working AUSUS application end-to-end.

Quickstart (post-Packagist publication)
---------------------------------------

[](#quickstart-post-packagist-publication)

```
composer create-project ausus/starter myapp
cd myapp && composer boot
# expected: "OK — ausus/starter boots cleanly."
```

Quickstart (clean-room / pre-Packagist publication)
---------------------------------------------------

[](#quickstart-clean-room--pre-packagist-publication)

If `ausus/*` packages are not yet on Packagist, point Composer at a local artifact registry (a directory of `composer archive` `.tar` outputs):

```
AUSUS_LOCAL_REGISTRY=/path/to/registry \
  composer create-project ausus/starter myapp \
    --no-install \
    --repository='{"type":"artifact","url":"/path/to/registry"}' \
    --repository='{"packagist.org":false}'

cd myapp
composer install
composer boot
```

The `--no-install` flag tells create-project to skip its cascading dependency resolution; the starter's `post-root-package-install` hook (`bin/configure-repo.php`) reads `AUSUS_LOCAL_REGISTRY` and writes a `repositories` field into `myapp/composer.json`. The subsequent `composer install` resolves all `ausus/*` deps from the artifact registry.

Total wall time on a 2025-era machine: **&lt; 0.5 s of composer CPU**, 0 LOC authored by the consumer.

What gets installed
-------------------

[](#what-gets-installed)

PackageRole`ausus/kernel`metadata graph, value objects, DSL facade (L0)`ausus/persistence-sql`SQLite/MySQL/Postgres PersistenceDriver (L3)`ausus/runtime-default`Invoker, Policy Engine, Workflow runtime (L2)What's in the project after `composer create-project`
-----------------------------------------------------

[](#whats-in-the-project-after-composer-create-project)

```
myapp/
├── bin/
│   ├── boot.php              # end-to-end smoke (exit 0 if vendor/ missing)
│   └── configure-repo.php    # clean-room artifact-repo configurator
├── src/
│   ├── HelloInvoice.php      # demo Plugin (manual descriptor-array form)
│   └── HelloInvoiceDsl.php   # same demo, written in the RFC-011 DSL
├── composer.json
└── README.md

```

RFC ownership
-------------

[](#rfc-ownership)

- **RFC-012 §12** — starter project template
- **RFC-011 §2.1** — DSL plugin worked example (HelloInvoiceDsl.php)

###  Health Score

47

—

FairBetter than 93% of packages

Maintenance98

Actively maintained with recent releases

Popularity12

Limited adoption so far

Community10

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 (4 commits)")

---

Tags

frameworkscaffoldstarterausus

### Embed Badge

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

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

###  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)
