Home
Docs
GitHub
Pricing
Blog
Log In

Run Sandworm Audit for your App

Get started
Hold on, we're currently generating a fresh version of this report
Generated on May 7, 2024 via composer

sebastian/lines-of-code 2.0.2

Library for counting the lines of code in PHP source code
Package summary
Share
0
issues
1
license
2
BSD-3-Clause
Package created
11 Jul 2020
Version published
21 Dec 2023
Maintainers
1
Total deps
2
Direct deps
1
License
BSD-3-Clause

Issues

0
This package has no issues

Licenses

BSD 3-Clause "New" or "Revised" License

Permissive
OSI Approved
This is a human-readable summary of (and not a substitute for) the license. Disclaimer.
Can
commercial-use
modify
distribute
place-warranty
Cannot
use-trademark
hold-liable
Must
include-copyright
include-license
2 Packages, Including:
nikic/php-parser@v5.0.2
sebastian/lines-of-code@2.0.2
Disclaimer

This deed highlights only some of the key features and terms of the actual license. It is not a license and has no legal value. You should carefully review all of the terms and conditions of the actual license before using the licensed material.

Sandworm is not a law firm and does not provide legal services. Distributing, displaying, or linking to this deed or the license that it summarizes does not create a lawyer-client or any other relationship.

Direct Dependencies

1
All Dependencies CSV
β“˜ This is a list of sebastian/lines-of-code 's direct dependencies. Data on all dependencies, including transitive ones, is available via CSV download.
NameVersionSizeLicenseTypeVulnerabilities
nikic/php-parserv5.0.2-BSD-3-Clause
prod

Visualizations

Frequently Asked Questions

What does sebastian/lines-of-code do?

The package sebastian/lines-of-code operates as a library for enumerating the lines of actual PHP source code. It has been devised as a unique tool for PHP developers who seek to maintain proper record of the lines of code produced during a particular project phase or in the entire development cycle. By providing accurate counts of source code lines, it supports optimized project management and efficient resource planning.

How do you use sebastian/lines-of-code?

To utilize the sebastian/lines-of-code effectively, start by installing it as a local, per-project dependency on your current PHP project via Composer. Run composer require sebastian/lines-of-code in your shell to add the package to your dependencies.

If you intend to use this library only for development processes such as running the project's test suite, you can add it as a development-time dependency by executing the command composer require --dev sebastian/lines-of-code.

After successful installation, you can readily use the library's functions to track and count the lines of code in your PHP source code. For actual code usage examples, additional information might be required, potentially accessible from the package's documentation or source code given that it's not directly provided in the readme content.

Where are the sebastian/lines-of-code docs?

The official documentation for the sebastian/lines-of-code can be found directly within the GitHub repository: https://github.com/sebastianbergmann/lines-of-code. It is advisable to explore the stated GitHub repository for extensive guidance and insights on the package's capabilities, application, and troubleshooting.