PHPackages                             swark/swark - 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. swark/swark

ActiveProject[Framework](/categories/framework)

swark/swark
===========

The skeleton application for swark.

v0.2.1(1y ago)031[1 PRs](https://github.com/swiss-architecture-knife/swark/pulls)MITPHPPHP ^8.4CI passing

Since Feb 22Pushed 3mo ago1 watchersCompare

[ Source](https://github.com/swiss-architecture-knife/swark)[ Packagist](https://packagist.org/packages/swark/swark)[ RSS](/packages/swark-swark/feed)WikiDiscussions 0.x Synced 1mo ago

READMEChangelog (7)Dependencies (7)Versions (8)Used By (0)

swark - Swiss Architecture Knife
--------------------------------

[](#swark---swiss-architecture-knife)

`swark` is a tool for software and IT architects to document their infrastructure and architecture in a readable and structured way.

The vision for `swark` is to have a tool which combines parts of `LeanIX`, `Spark's Enterprise Architect`, `CMDBuild`with usage of Markdown and the C4 model to give architects and their teams insight in their environment.

Getting started
---------------

[](#getting-started)

### Requirements

[](#requirements)

Prior to executing `swark`, please install the following packages:

```
# To create non-default PlantUML and other graphs
$ sudo apt-get install \
    graphviz \
    default-jre

```

### Installation

[](#installation)

```
$ composer create-project --prefer-dist swark/swark my-awesome-architecture-documentation

# edit .env variables

$ php artisan migrate

# link public repository for created assets like diagrams
$ php artisan storage:link

# import default importables (regulations)
$ php artisan swark:import:datamodel ./default-importables

# import custom content
$ php artisan app:import:content storage/app/swark/custom

# create initial user
$ php artisan make:filament-user --name=admin --email=admin@admin.com --password=

$ php artisan serve

```

### Open the UI

[](#open-the-ui)

Go to  and log in with the recent created admin user

Available URLs:

- : user interface
- : admin interface for stamdata-related things
- : admin interface for compliance-related stuff (findings, actions, regulations, chapters)

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance65

Regular maintenance activity

Popularity4

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 88.9% 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 ~49 days

Recently: every ~84 days

Total

8

Last Release

108d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/97009eb0dd6ee67ba3b74d1a2020a2ce8dc05499bd235d3f5a678fb15019c2b1?d=identicon)[dreitier](/maintainers/dreitier)

---

Top Contributors

[![schakko](https://avatars.githubusercontent.com/u/359812?v=4)](https://github.com/schakko "schakko (16 commits)")[![Arichikurumo](https://avatars.githubusercontent.com/u/59138066?v=4)](https://github.com/Arichikurumo "Arichikurumo (2 commits)")

---

Tags

frameworkdocumentationarchitecturesystemsoftwareswark

###  Code Quality

TestsPHPUnit

Code StyleLaravel Pint

### Embed Badge

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

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

###  Alternatives

[codewithdennis/larament

Larament is a time-saving starter kit to quickly launch Laravel 13.x projects. It includes FilamentPHP 5.x pre-installed and configured, along with additional tools and features to streamline your development workflow.

3691.5k](/packages/codewithdennis-larament)

PHPackages © 2026

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