sebastian / lines-of-code
Library for counting the lines of code in PHP source code
Fund package maintenance!
sebastianbergmann
Installs: 172 430 716
Dependents: 8
Suggesters: 0
Security: 0
Stars: 814
Watchers: 4
Forks: 6
Open Issues: 0
Requires
- php: >=8.1
- nikic/php-parser: ^4.10
Requires (Dev)
- phpunit/phpunit: ^10.0
README
sebastian/lines-of-code
Library for counting the lines of code in PHP source code.
Installation
You can add this library as a local, per-project dependency to your project using Composer:
composer require sebastian/lines-of-code
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/lines-of-code