wesmiler a41138daae wesmiler пре 1 година
..
.github a41138daae wesmiler пре 1 година
.phive a41138daae wesmiler пре 1 година
.psalm a41138daae wesmiler пре 1 година
src a41138daae wesmiler пре 1 година
tests a41138daae wesmiler пре 1 година
tools a41138daae wesmiler пре 1 година
.gitattributes a41138daae wesmiler пре 1 година
.gitignore a41138daae wesmiler пре 1 година
.php_cs.dist a41138daae wesmiler пре 1 година
ChangeLog.md a41138daae wesmiler пре 1 година
LICENSE a41138daae wesmiler пре 1 година
README.md a41138daae wesmiler пре 1 година
build.xml a41138daae wesmiler пре 1 година
composer.json a41138daae wesmiler пре 1 година
infection.json a41138daae wesmiler пре 1 година
phpunit.xml a41138daae wesmiler пре 1 година

README.md

sebastian/lines-of-code

Library for counting the lines of code in PHP source code.

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/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