halleck45 / ast-metrics
AST Metrics bridge for PHP
Installs: 11
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/halleck45/ast-metrics
Requires
- php: >=7.0
- ext-json: *
This package is auto-updated.
Last update: 2025-09-19 07:14:31 UTC
README
This package allows to easily use AST Metrics in PHP projects.
Installation
composer require halleck45/ast-metrics
Usage
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
php vendor/bin/ast-metrics self-update
License
MIT. See LICENSE for more details.