https://github.com/degraciamathieu/php-class-dependencies-analyzer
This tool allows you to monitor the dependencies and instability of your classes
https://github.com/degraciamathieu/php-class-dependencies-analyzer
analysis coupling instability php quality static-analysis
Last synced: 11 months ago
JSON representation
This tool allows you to monitor the dependencies and instability of your classes
- Host: GitHub
- URL: https://github.com/degraciamathieu/php-class-dependencies-analyzer
- Owner: DeGraciaMathieu
- Created: 2024-09-30T19:42:25.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-09T08:28:41.000Z (over 1 year ago)
- Last Synced: 2024-12-13T13:41:33.843Z (over 1 year ago)
- Topics: analysis, coupling, instability, php, quality, static-analysis
- Language: PHP
- Homepage: https://php-quality-tools.com/class-dependencies-analyzer/
- Size: 25 MB
- Stars: 18
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# php-class-dependencies-analyzer
[](https://github.com/DeGraciaMathieu/php-class-dependencies-analyzer/actions/workflows/testing.yml)

## Phar
This tool is distributed as a [PHP Archive (PHAR)](https://www.php.net/phar):
```
wget https://github.com/DeGraciaMathieu/php-class-dependencies-analyzer/raw/main/builds/class-dependencies-analyzer
```
```
php class-dependencies-analyzer --version
```
## Documentation
Full documentation [here](https://php-quality-tools.com/class-dependencies-analyzer/).
> 🇫🇷 For French developers, an [article](https://laravel-france.com/posts/des-dependances-stables-pour-une-architecture-de-qualite) on Laravel France explores these stable dependency concepts.
> [!TIP]
> Other analysis [tools](https://github.com/DeGraciaMathieu) are available.