fakeller / archinspec
Static analysis tool for PHP architectures. Define how your architecture should look like and let archinspec validate it.
Installs: 23
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 3
Forks: 0
Open Issues: 0
Type:project
Requires
- php: >=5.6
- mamuz/php-dependency-analysis: ~1.0
- symfony/config: ~2.5|~3.0
- symfony/yaml: ~2.5|~3.0
Requires (Dev)
- phpunit/phpunit: ~4.0
This package is not auto-updated.
Last update: 2024-11-09 18:11:44 UTC
README
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.