Home
Docs
GitHub
Pricing
Blog
Log In

Run Sandworm Audit for your App

Get started
Generated on May 19, 2024 via composer

pdepend/pdepend 2.16.2

Official version of pdepend to be handled with Composer
Package summary
Share
0
issues
2
licenses
10
MIT
1
BSD-3-Clause
Package created
29 Apr 2012
Version published
17 Dec 2023
Maintainers
3
Total deps
11
Direct deps
4
License
BSD-3-Clause

Issues

0
This package has no issues

Licenses

MIT License

Permissive
OSI Approved
This is a human-readable summary of (and not a substitute for) the license. Disclaimer.
Can
commercial-use
modify
distribute
sublicense
private-use
Cannot
hold-liable
Must
include-copyright
include-license
10 Packages, Including:
psr/container@2.0.2
symfony/config@v7.0.7
symfony/dependency-injection@v7.0.7
symfony/deprecation-contracts@v3.5.0
symfony/filesystem@v7.0.7
symfony/polyfill-ctype@v1.29.0
symfony/polyfill-mbstring@v1.29.0
symfony/process@v7.0.7
symfony/service-contracts@v3.5.0
symfony/var-exporter@v7.0.7

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
1 Packages, Including:
pdepend/pdepend@2.16.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

4
All Dependencies CSV
β“˜ This is a list of pdepend/pdepend 's direct dependencies. Data on all dependencies, including transitive ones, is available via CSV download.
NameVersionSizeLicenseTypeVulnerabilities
symfony/configv7.0.7-MIT
prod dev
symfony/dependency-injectionv7.0.7-MIT
prod
symfony/filesystemv7.0.7-MIT
prod
symfony/polyfill-mbstringv1.29.0-MIT
prod

Visualizations

Frequently Asked Questions

What does pdepend/pdepend do?

The PHP Depend, or pdepend/pdepend, is a composer package designed for meticulous and detailed static code analysis. Leveraging this tool, developers can obtain quantifiable data from their projects to further understand their software's structure or to identify potential weak points in the design.

How do you use pdepend/pdepend?

Utilizing pdepend/pdepend is fairly straightforward. First, the package is typically installed using Composer. If Composer is already installed, the following command should suffice: composer require --dev pdepend/pdepend.

Once pdepend/pdepend has been successfully installed, it can be used to run a static analysis on your PHP code. The exact usage may vary depending on your project's specific needs. However, generally, the pdepend command-line tool is used, followed by the options for your analysis and the directory to be analyzed.

One potential example might look like this:

./vendor/bin/pdepend --summary-xml=/path/to/summary.xml /path/to/php/project

This command will run a static analysis on your PHP project, writing the summary to the specified xml file. Determine your options depending on your requirements.

Where are the pdepend/pdepend docs?

You can access the official documentation for pdepend/pdepend on the pdepend website at https://pdepend.org/documentation/getting-started.html. This comprehensive resource provides an easy-to-follow guide to getting started, along with detailed explanations of all the package's features and capabilities. This is a perfect starting point for programmers wishing to leverage this tool's immense potential to augment their code analysis process.