Download the PHP package valantic-spryker-eco/deptrac without Composer
On this page you can find all versions of the php package valantic-spryker-eco/deptrac. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download valantic-spryker-eco/deptrac
More information about valantic-spryker-eco/deptrac
Files in valantic-spryker-eco/deptrac
Download valantic-spryker-eco/deptrac
More information about valantic-spryker-eco/deptrac
Files in valantic-spryker-eco/deptrac
Vendor valantic-spryker-eco
Package deptrac
Short Description deptrac rules for Zed, Yves, Glue, Client, Service
License MIT
Package deptrac
Short Description deptrac rules for Zed, Yves, Glue, Client, Service
License MIT
Please rate this library. Is it a good library?
Informations about the package deptrac
Spryker Deptrac Configuration for Architectural Enforcement
This repository provides a deptrac.yaml configuration file designed to enforce architectural rules within Spryker projects using Deptrac. Deptrac is a static code analysis tool that helps maintain a clean and manageable codebase by detecting violations of predefined architectural principles.
What is Deptrac?
Deptrac analyzes dependencies between different parts of your application (layers) and ensures they adhere to defined rules. This configuration helps enforce Spryker's recommended architectural patterns.
Benefits of using Deptrac with Spryker:
- Enforces Spryker's architectural best practices: Promotes separation of concerns and well-defined module boundaries.
- Prevents architectural drift: Detects unwanted dependencies, ensuring long-term maintainability.
- Improves code understanding: Highlights potential dependency issues and facilitates better comprehension of code structure.
How to Use Deptrac with Spryker:
- Composer install deptrac:
composer require valantic-spryker-eco/deptrac --dev - Run
deptrac -c vendor/valantic-spryker-eco/deptrac/deptrac.yamlto analyze your project.
All versions of deptrac with dependencies
PHP Build Version
Package Version
Requires
qossmic/deptrac Version
^2.0
The package valantic-spryker-eco/deptrac contains the following files
Loading the files please wait ...