sebastian/lines-of-code

repository·main·Indexed 22 days ago

https://github.com/sebastianbergmann/lines-of-code

A PHP library designed for counting the lines of code within PHP source files.

Tokens
102
Snippets
1
Records
1
Agent score
29%

What's inside lines-of-code

  1. Install sebastian/lines-of-code via Composer

    main

    You can add sebastian/lines-of-code to your project using Composer.

    To add it as a regular project dependency, use:

    composer require sebastian/lines-of-code

    If you only need the library for development tasks (such as running a test suite), add it as a development-time dependency:

    composer require --dev sebastian/lines-of-code