Download the PHP package preee/php-dependency-analysis without Composer
On this page you can find all versions of the php package preee/php-dependency-analysis. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download preee/php-dependency-analysis
More information about preee/php-dependency-analysis
Files in preee/php-dependency-analysis
Package php-dependency-analysis
Short Description Static code analysis to find violations in a dependency graph
License MIT
Homepage https://github.com/mamuz/PhpDependencyAnalysis
Informations about the package php-dependency-analysis
PhpDependencyAnalysis
PhpDependencyAnalysis is an extendable static code analysis for object-oriented
PHP-Projects to generate dependency graphs
from abstract datatypes (Classes, Interfaces and Traits) based on namespaces
.
Dependencies can be aggregated to build graphs for several levels, like Package-Level or Layer-Level.
Each dependency can be verified to a defined architecture.
Read the Introduction-Chapter for further informations.
Example
See more examples.
Installation
For graph creation GraphViz
is required on your machine, which is
an open source graph visualization software and available for the most platforms.
After installing GraphViz
the recommended way to install
mamuz/php-dependency-analysis
is..
As a Phar
The three lines above will, in order:
- Download the public key to the current directory
- Download the phar file to the current directory
- Make the phar file executable
The phar file is securely signed with OpenSSL. To be able to execute the phar file,
the public key must be named as the phar file, with .pubkey
added,
and must be placed in the same directory. That means don't change the name and location of the public key.
Update
Use the provided update command to get the latest version.
As a Composer Dependency
Features
- High customizing level
- Graph creation on customized levels respectively different scopes and layers
- Supports Usage-Graph, Call-Graph and Inheritance-Graph
- Dependencies can be aggregated such as to a package, a module or a layer
- Detecting cycles and violations between layers in a tiered architecture
- Verifiying dependency graph against a user-defined reference architecture
- Collected namespaces of dependencies are modifiable to meet custom use cases
- Printing graphs in several formats (HTML, SVG, DOT, JSON)
- Extandable by adding user-defined plugins for collecting and displaying
- Compatible to PHP7 Features, like
Return Type Declarations
andAnonymous Classes
Usage
Phpda can run out of the box by using a prepared configuration
.
As you can see configuration is defined by a YAML
file.
To provide your own configuration create a yml file, e.g. located in ./myconfig.yml
:
Perform an analysis with that configuration:
After that open the graph file ./phpda.svg
with your prefered tool.
Read the Configuration-Chapter to get knowledge about all available options.
Wiki
Code of Conduct
As contributors and maintainers of this project you have to respect the Code of Coduct
Changelog
See record of changes made to this project here
Contributing
Before opening up a pull-request please read the Contributing-Guideline
Alternatives
Check the resources in Code Analysis Section at Awesome PHP
All versions of php-dependency-analysis with dependencies
psr/log Version ~1.0
nikic/php-parser Version ^3.0
clue/graph Version ~0.8
graphp/algorithms Version ~0.8.1
graphp/graphviz Version ~0.2.0
doctrine/collections Version >=1.0
symfony/yaml Version >=3.0
padraic/phar-updater Version >=1.0
phpdocumentor/reflection-docblock Version ^3.0 || ^4.0
symfony/console Version ^3.0 || ^4.0
symfony/finder Version ^3.0 || ^4.0