fakeller/archinspec

Static analysis tool for PHP architectures. Define how your architecture should look like and let archinspec validate it.

v0.0.3 2016-05-26 20:19 UTC

This package is not auto-updated.

Last update: 2024-04-13 15:23:07 UTC


README

Stability Packagist Travis Scrutinizer

archinspec is a tool to help you maintain a great architecture for your application. You simply define how your architecture should look like and archinspec validates that it actually is as expected. If you use domain-driven design (DDD) or the onion architecture this tool will help you keep your application free from architecture violations!

WARNING: the tool is still in development. Anything can change anytime. Oh, and there might be some bugs here and there :-)

Features

TBD

Installation

Simply install archinspec by adding it as a composer dependency:

composer require fakeller/archinspec --dev

Usage

TBD

Configuration

TBD

Credits

This project would not be possible without the awesome PhpDependencyAnalysis project by Marco Muths.

Changelog

See all changes made to this project in the changelog. This project follows semantic versioning.

License

This project is licensed under the terms of the MIT license.