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

https://github.com/bronek89/code-complexity

Class for check code complexity score of php code.
https://github.com/bronek89/code-complexity

analysis code-complexity php

Last synced: 4 months ago
JSON representation

Class for check code complexity score of php code.

Awesome Lists containing this project

README

          

# code-complexity

Class for check code complexity score of php code.

## Install

```
composer require bronek/code-complexity
```

## Usage

```php
calculate(file_get_contents('file.php'));

echo "Code Complexity of file file.php is $complexityScore"
```