Download the PHP package ausus/starter without Composer
On this page you can find all versions of the php package ausus/starter. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download ausus/starter
More information about ausus/starter
Files in ausus/starter
Package starter
Short Description 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`.
License MIT
Homepage https://github.com/adonko3xBitters/starter
Informations about the package starter
ausus/starter
Project template that boots a working AUSUS application end-to-end.
Quickstart (post-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):
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: < 0.5 s of composer CPU, 0 LOC authored by the consumer.
What gets installed
| Package | Role |
|---|---|
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
RFC ownership
- RFC-012 §12 — starter project template
- RFC-011 §2.1 — DSL plugin worked example (HelloInvoiceDsl.php)
All versions of starter with dependencies
ext-pdo Version *
ext-pdo_sqlite Version *
ausus/kernel Version ^1.0
ausus/persistence-sql Version ^1.0
ausus/runtime-default Version ^1.0
ausus/standard-stack Version ^1.0
nyholm/psr7 Version ^1.8
nyholm/psr7-server Version ^1.1