wesmiler a41138daae wesmiler 1 năm trước cách đây
..
.github a41138daae wesmiler 1 năm trước cách đây
.phive a41138daae wesmiler 1 năm trước cách đây
.psalm a41138daae wesmiler 1 năm trước cách đây
src a41138daae wesmiler 1 năm trước cách đây
tests a41138daae wesmiler 1 năm trước cách đây
tools a41138daae wesmiler 1 năm trước cách đây
.gitattributes a41138daae wesmiler 1 năm trước cách đây
.gitignore a41138daae wesmiler 1 năm trước cách đây
.php_cs.dist a41138daae wesmiler 1 năm trước cách đây
ChangeLog.md a41138daae wesmiler 1 năm trước cách đây
LICENSE a41138daae wesmiler 1 năm trước cách đây
README.md a41138daae wesmiler 1 năm trước cách đây
build.xml a41138daae wesmiler 1 năm trước cách đây
composer.json a41138daae wesmiler 1 năm trước cách đây
infection.json a41138daae wesmiler 1 năm trước cách đây
phpunit.xml a41138daae wesmiler 1 năm trước cách đây

README.md

sebastian/complexity

Library for calculating the complexity of PHP code units.

Latest Stable Version Minimum PHP Version CI Status Type Coverage

Installation

You can add this library as a local, per-project dependency to your project using Composer:

composer require sebastian/complexity

If you only need this library during development, for instance to run your project's test suite, then you should add it as a development-time dependency:

composer require --dev sebastian/complexity