PHPackages                             sayuprc/arch-scaffy - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. sayuprc/arch-scaffy

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

sayuprc/arch-scaffy
===================

Scaffolding tool that generates boilerplate code for layered architecture projects from YAML configuration

0.1.1(6mo ago)00MITPHPPHP ^8.4CI passing

Since Dec 15Pushed 5mo agoCompare

[ Source](https://github.com/sayuprc/arch-scaffy)[ Packagist](https://packagist.org/packages/sayuprc/arch-scaffy)[ RSS](/packages/sayuprc-arch-scaffy/feed)WikiDiscussions 0.x Synced today

READMEChangelog (2)Dependencies (10)Versions (6)Used By (0)

Arch Scaffy
===========

[](#arch-scaffy)

Arch Scaffy is a CLI tool that generates boilerplate code for PHP projects using recommended architectural structures.
You can quickly set up Layered Architecture, Clean Architecture, Domain-Driven Design (DDD), and more, with best practices out of the box.

Requirements
------------

[](#requirements)

nameversionPHP^8.4Installation
------------

[](#installation)

```
composer require --dev sayuprc/arch-scaffy
```

Usage
-----

[](#usage)

### Initialize

[](#initialize)

```
./vendor/bin/scaffy init
```

After running the init command, the directories `scaffy.config.yaml` and `scaffy.blueprint.yaml` will be generated.

### Generate codes

[](#generate-codes)

```
./vendor/bin/scaffy generate
```

Configuration
-------------

[](#configuration)

If you are using VSCode, you can enable YAML autocompletion by adding the following settings to your `.vscode/settings.json` file:

```
{
  "yaml.schemas": {
    "./vendor/sayuprc/arch-scaffy/resources/schema/config.schema.json": "scaffy.config.yaml",
    "./vendor/sayuprc/arch-scaffy/resources/schema/blueprint.schema.json": "scaffy.blueprint.yaml",
  }
}
```

With this configuration, VSCode provides schema-based autocompletion and validation for YAML files.

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance68

Regular maintenance activity

Popularity0

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity46

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

Total

3

Last Release

177d ago

### Community

Maintainers

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

---

Top Contributors

[![sayuprc](https://avatars.githubusercontent.com/u/41261915?v=4)](https://github.com/sayuprc "sayuprc (138 commits)")

###  Code Quality

Static AnalysisPHPStan

Code StyleECS

Type Coverage Yes

### Embed Badge

![Health badge](/badges/sayuprc-arch-scaffy/health.svg)

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

###  Alternatives

[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.7k38.9k](/packages/matomo-matomo)[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[friendsoftypo3/content-blocks

TYPO3 CMS Content Blocks - Content Types API | Define reusable components via YAML

103519.9k53](/packages/friendsoftypo3-content-blocks)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k15](/packages/tempest-framework)[jolicode/castor

A lightweight and modern task runner. Automate everything. In PHP.

54743.1k4](/packages/jolicode-castor)[aeliot/todo-registrar

Register TODOs from source code in issue tracker

153.0k](/packages/aeliot-todo-registrar)

PHPackages © 2026

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