Stars: 958
Forks: 7
Pull Requests: 4
Issues: 3
Watchers: 7
Last Updated: 2023-09-10 06:20:48
Library for calculating the complexity of PHP code units
License: BSD 3-Clause "New" or "Revised" License
Languages: PHP
Library for calculating the complexity of PHP code units.
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