Download the PHP package fakeller/archinspec without Composer
On this page you can find all versions of the php package fakeller/archinspec. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download fakeller/archinspec
More information about fakeller/archinspec
Files in fakeller/archinspec
Package archinspec
Short Description Static analysis tool for PHP architectures. Define how your architecture should look like and let archinspec validate it.
License MIT
Homepage https://github.com/FaKeller/archinspec
Informations about the package archinspec
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 semantic versioning.
License
This project is licensed under the terms of the MIT license.
All versions of archinspec with dependencies
mamuz/php-dependency-analysis Version ~1.0
symfony/yaml Version ~2.5|~3.0
symfony/config Version ~2.5|~3.0