vladitot / arch-inspector
There is no license information available for the latest version (v0.0.1) of this package.
A toolset for architecture check for php applications
v0.0.1
2025-02-02 23:06 UTC
Requires
- php: ^8.1
- nette/php-generator: ^4.1
Requires (Dev)
- phpunit/phpunit: ^9.0
This package is auto-updated.
Last update: 2025-03-02 23:17:46 UTC
README
Arch Inspector
Welcome to Arch Inspector (short one is Archi). This tool helps you to describe the rules of your project's architecture and check them.
How to use:
- Describe your architecture in the file;
- Run the tool with the path to the file;
- Give instructions to your team;
- Add the tool to your CI/CD pipeline;
- Enjoy the clean architecture.