https://github.com/fabiang/docker-pdepend
PHP_Depend is an adaptation of the established Java development tool JDepend. This tool shows you the quality of your design in terms of extensibility, reusability and maintainability. (DOCKER IMAGE)
https://github.com/fabiang/docker-pdepend
docker docker-image pdepend php-depend static-analysis
Last synced: 10 months ago
JSON representation
PHP_Depend is an adaptation of the established Java development tool JDepend. This tool shows you the quality of your design in terms of extensibility, reusability and maintainability. (DOCKER IMAGE)
- Host: GitHub
- URL: https://github.com/fabiang/docker-pdepend
- Owner: fabiang
- License: bsd-2-clause
- Created: 2023-11-17T11:04:41.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-19T11:57:05.000Z (about 2 years ago)
- Last Synced: 2023-12-19T14:25:33.329Z (about 2 years ago)
- Topics: docker, docker-image, pdepend, php-depend, static-analysis
- Language: Dockerfile
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Docker Image for PHP_Depend
[PHP Depend](https://github.com/pdepend/pdepend) is a static analysis tool for PHP,
mainly for seeing flaws in your code because you have to many dependencies in a class etc.
This repository provides a Docker image for PHP depend.
[](https://hub.docker.com/r/fabiang/pdepend)
[](https://github.com/fabiang/docker-pdepend)
[](https://github.com/fabiang/docker-pdepend/actions/workflows/docker.yml)
## Available tags
[See Docker Hub page](https://hub.docker.com/r/fabiang/pdepend/tags?page=1&ordering=name)
## Usage
```bash
docker run --rm -it fabiang/pdepend:2-alpine --help
```
## License
PHP Depend is licensed under BSD 3-Clause License. This software is licensed under [BSD 2-Clause License](LICENSE.md).