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(4mo ago)00MITPHPPHP ^8.4CI passing

Since Dec 15Pushed 4mo 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 1mo ago

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

34

—

LowBetter than 77% of packages

Maintenance76

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

122d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b6114544c69eb2a2c725c7534cd92ed7054737cf898da079dee4dc1a01b9d238?d=identicon)[sayuprc](/maintainers/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

[roave/backward-compatibility-check

Tool to compare two revisions of a public API to check for BC breaks

5953.3M56](/packages/roave-backward-compatibility-check)[coenjacobs/mozart

Composes all dependencies as a package inside a WordPress plugin

4723.6M20](/packages/coenjacobs-mozart)[cognesy/instructor-php

The complete AI toolkit for PHP: unified LLM API, structured outputs, agents, and coding agent control

310107.9k1](/packages/cognesy-instructor-php)[drupal-code-builder/drupal-code-builder

Code generator for Drupal

27241.1k1](/packages/drupal-code-builder-drupal-code-builder)[netgen/layouts-core

Netgen Layouts enables you to build and manage complex web pages in a simpler way and with less coding. This is the core of Netgen Layouts, its heart and soul.

3689.4k10](/packages/netgen-layouts-core)[altis/local-server

Local Server module for Altis

18208.4k2](/packages/altis-local-server)

PHPackages © 2026

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