sebastian / lines-of-code
Library for counting the lines of code in PHP source code
                                    Fund package maintenance!
                                                                            
                                                                                                                                        sebastianbergmann
                                                                                    
                                                                            
                                                                                                                                        Liberapay
                                                                                    
                                                                            
                                                                                                                                        Thanks Dev
                                                                                    
                                                                            
                                                                                                                                        Tidelift
                                                                                    
                                                                
Installs: 476 349 700
Dependents: 11
Suggesters: 0
Security: 0
Stars: 1 156
Watchers: 2
Forks: 8
Open Issues: 1
pkg:composer/sebastian/lines-of-code
Requires
- php: >=8.3
- nikic/php-parser: ^5.0
Requires (Dev)
- phpunit/phpunit: ^12.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