Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/halleck45/ast-metrics-bridge-php
- Owner: Halleck45
- License: mit
- Created: 2024-04-22T05:13:39.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-11-19T05:10:49.000Z (about 1 month ago)
- Last Synced: 2024-11-19T06:23:27.744Z (about 1 month ago)
- Language: PHP
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.