承接 ebdsystems/archflow 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

ebdsystems/archflow

最新稳定版本:v1.2.8

Composer 安装命令:

composer require ebdsystems/archflow

包简介

Laravel architecture scaffold and lint package

README 文档

README

Package for Laravel module scaffold and architecture validation.

Install

composer require ebdsystems/archflow
php artisan archflow:install
php artisan archflow:doctor --strict

archflow:install also publishes tenant runtime support and starter quality-gate tests:

  • app/Support/Tenant/TenantContextStore.php
  • app/Models/Concerns/HasTenantScope.php
  • app/Domain/Shared/Tenant/TenantContext.php
  • tests/Feature/Archflow/ArchflowDoctorTest.php
  • tests/Feature/Archflow/ArchflowLintReportTest.php
  • tests/Feature/Archflow/ArchflowSyncDocsTest.php
  • tests/Unit/Domain/Shared/TenantContextTest.php
  • tests/Unit/Domain/Shared/TenantContextStoreTest.php

Recommended Sequence (Install and Use)

1. Validate bootstrap

php artisan archflow:doctor --strict
php artisan archflow:sync-docs-check --strict

2. Generate module scaffold

php artisan make:module Product
php artisan make:module Product --force

3. Validate architecture and reports

php artisan arch:lint
php artisan arch:lint --report-json
php artisan arch:lint --report-path=tools/architecture/lint-report-ci.json --report-json
php artisan archflow:metrics
php artisan archflow:pr-gate --strict

4. Run complete pipeline

php artisan archflow:run
php artisan archflow:run --ci
php artisan archflow:run --full-tests
php artisan archflow:run --skip-install --skip-tests
php artisan archflow:run --pr-gate-baseline-context=main --update-pr-gate-baseline

Composer shortcuts:

composer archflow:run
composer archflow:ci

5. Safe rollback

php artisan make:module:rollback Product --dry-run
php artisan make:module:rollback Product
php artisan make:module:rollback Product --force

6. Async domain events worker (optional)

php artisan domain-events:work --queue=domain-events --tries=5 --backoff=5

Commands

  • php artisan archflow:install
  • php artisan archflow:doctor
  • php artisan archflow:sync-docs-check
  • php artisan archflow:metrics
  • php artisan archflow:adr:auto
  • php artisan archflow:pr-gate
  • php artisan domain-events:work
  • php artisan archflow:run
  • php artisan make:module Product
  • php artisan make:module Product --force
  • php artisan make:module:rollback Product --dry-run
  • php artisan make:module:rollback Product
  • php artisan make:module:rollback Product --force
  • php artisan arch:lint

Lint report JSON

php artisan arch:lint --report-json
php artisan arch:lint --report-json --report-path=tools/architecture/lint-report-ci.json

Pipeline options

php artisan archflow:run
php artisan archflow:run --ci
php artisan archflow:run --full-tests
php artisan archflow:run --tests-path=tests/Feature/Archflow
php artisan archflow:run --skip-install --skip-tests
php artisan archflow:run --skip-metrics --skip-adr --skip-pr-gate
php artisan archflow:run --pr-gate-baseline-context=main --update-pr-gate-baseline
composer archflow:run
composer archflow:ci

Default archflow:run stages

  1. archflow:install
  2. archflow:doctor
  3. archflow:sync-docs-check
  4. arch:lint --report-json
  5. archflow:metrics
  6. archflow:adr:auto
  7. archflow:pr-gate
  8. test

Generated reports

  • tools/architecture/lint-report.json
  • tools/architecture/metrics.json
  • tools/architecture/pr-gate-report.json
  • tools/architecture/pr-gate-baselines/-.json
  • docs/adr/*_archflow_pipeline.md

Estrutura

  • src/
  • config/
  • stubs/
  • tools/
  • docs/

Release

  • Changelog: CHANGELOG.md
  • License: LICENSE
  • Checklist: docs/release-checklist.md

Usage Manual

For a full operational guide (install, create modules, test modules, delete modules, and rename modules):

  • docs/scaffold/module-usage-manual.md

统计信息

  • 总下载量: 22
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 8
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: proprietary
  • 更新时间: 2026-04-09

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固