An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          



# php-class-dependencies-analyzer

[![testing](https://github.com/DeGraciaMathieu/php-class-dependencies-analyzer/actions/workflows/testing.yml/badge.svg)](https://github.com/DeGraciaMathieu/php-class-dependencies-analyzer/actions/workflows/testing.yml)
![GitHub Tag](https://img.shields.io/github/v/tag/DeGraciaMathieu/php-class-dependencies-analyzer)

## 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.