Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/halleck45/ast-metrics-bridge-php

AST Metrics bridge for PHP developers
https://github.com/halleck45/ast-metrics-bridge-php

Last synced: 6 days ago
JSON representation

AST Metrics bridge for PHP developers

Awesome Lists containing this project

README

        

# AST Metrics - bridge for PHP

This package allows to easily use [AST Metrics](https://github.com/Halleck45/ast-metrics/) in PHP projects.

## Installation

```bash
composer require halleck45/ast-metrics
```

## Usage

```bash
php vendor/bin/ast-metrics analyze --ci src
```

> [!NOTE]
> Please note this limitation: when used via this project, only the non-interactive mode is available.

## Updating the AST Metrics binary

```bash
php vendor/bin/ast-metrics self-update
```

## License

MIT. See [LICENSE](LICENSE) for more details.