sebastian / lines-of-code
Library for counting the lines of code in PHP source code
Fund package maintenance!
sebastianbergmann
Installs: 338 188 893
Dependents: 11
Suggesters: 0
Security: 0
Stars: 1 059
Watchers: 4
Forks: 9
Open Issues: 1
Requires
- php: >=8.2
- nikic/php-parser: ^5.0
Requires (Dev)
- phpunit/phpunit: ^11.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