PhpDependencyAnalysis icon indicating copy to clipboard operation
PhpDependencyAnalysis copied to clipboard

Static code analysis to find violations in a dependency graph

Results 15 PhpDependencyAnalysis issues
Sort by recently updated
recently updated
newest added

Bumps [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) from 6.3.3 to 6.5.8. Release notes Sourced from guzzlehttp/guzzle's releases. Release 6.5.8 See change log for changes. Release 6.5.7 See change log for changes. Release 6.5.6 See change...

dependencies

Bumps [guzzlehttp/psr7](https://github.com/guzzle/psr7) from 1.5.2 to 1.8.5. Release notes Sourced from guzzlehttp/psr7's releases. 1.8.5 See change log for changes. 1.8.4 See change log for changes. 1.8.3 See change log for changes....

dependencies

Bumps [codeception/codeception](https://github.com/Codeception/Codeception) from 2.5.5 to 3.1.3. Release notes Sourced from codeception/codeception's releases. Security fix Security fix: Disable deserialization of RunProcess class (#6241) reported by @​snoopysecurity Changelog Sourced from codeception/codeception's changelog....

dependencies

## My Environment - Windows 10 - Tested with - PHP 7.3 => phpda v2.0.2 - PHP 7.2 => phpda v1.3.1 - GraphViz 2.44: (https://ci.appveyor.com/project/ellson/graphviz-pl238/builds/32032002) - Composer installation ### My...

Cycle detection is expensive or large and messy code bases, and may not be needed or desired in all cases. This introduces a configuration switch to turn it off.

My Environment: Image Inspection ``` "Created" : "2019-04-11T16:01:41.794400681Z", "DockerVersion" : "18.03.1-ee-3", "Id" : "sha256:93b4a875d42eaac95fbfcc1187922a70ffc4c657e47d9241c2e638a2b512c8b8", "Os" : "linux", "OsVersion" : null, "Parent" : "", "Size" : 109392129, "RepoTags" : [ "mamuz/phpda:latest"...

Hi. I'm trying to analyze usage for single class on whole project. It's possible to create such configuration?

My Environment (version of the project, operating system, or hardware): Any environment will do. I'm using phpda 2.0.2 from composer. My `phpda.yml`: Any config file, e.g. the default. When I...

The render command loads a previously generated analysis from a JSON file and outputs it in some other format (per default, SVG). This avoids duplicate analysis when one wants multiple...

I have an old project that does not use namespace (only \) and a set of classes alias. I'm trying to implement a namespace filter to mimic package (namespace) and...