2017 © Pedro Peláez
 

symfony-bundle depmon-bundle

The DepMon Bundle provides a full dependency monitoring application for composer based projects.

image

xima/depmon-bundle

The DepMon Bundle provides a full dependency monitoring application for composer based projects.

  • Wednesday, July 25, 2018
  • by kmi
  • Repository
  • 4 Watchers
  • 2 Stars
  • 20 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 3 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

DepMon (Dependency Monitoring)

Build Status Scrutinizer Quality Score Packagist, (*1)

DepMon Logo, (*2)

What does it do?

DepMon helps you getting a better overview on your projects and their composer dependencies. It is inspired by monitoring applications like david-dm, to get notified if your project dependencies are not longer up to date. Instead of the public web variants, DepMon is a symfony application, which you can host on your own., (*3)

Project requirements

The Dependency Monitoring does'nt need access to your production environments. Instead, the system fetches the data from the VCS. This is only usefull, if your master branch represents a production-ready state, which is identical to the real project system., (*4)

So from that, it is necessary that the system, where DepMon is running on, needs access to the different project repositories., (*5)

Installation

Follow the installation steps in the wiki., (*6)

Configuration

To add a new project to DepMon, you need to extend the parameters section in the service.yaml file like the example is showing below., (*7)

xima_depmon.projects:
    -
        name: 'project-name'
        git: 'git-url'
        path: 'path-to-composer-files'

The data aggregation starts with following command. It is recommended to use a cronjob for regulary updates., (*8)

php bin/console depmon:aggregate

The Versions

25/07 2018

dev-master

9999999-dev https://github.com/xima-media/depmon

The DepMon Bundle provides a full dependency monitoring application for composer based projects.

  Sources   Download

GPL-3.0-only

The Requires

 

The Development Requires

by Konrad Michalik

25/07 2018

dev-dev

dev-dev https://github.com/xima-media/depmon

The DepMon Bundle provides a full dependency monitoring application for composer based projects.

  Sources   Download

GPL-3.0-only

The Requires

 

The Development Requires

by Konrad Michalik

25/07 2018

v0.3.0

0.3.0.0 https://github.com/xima-media/depmon

The DepMon Bundle provides a full dependency monitoring application for composer based projects.

  Sources   Download

GPL-3.0-only

The Requires

 

The Development Requires

by Konrad Michalik

06/07 2018

v0.2.0

0.2.0.0 https://github.com/xima-media/depmon

The DepMon Bundle provides a full dependency monitoring application for composer based projects.

  Sources   Download

GPL-3.0-only

The Requires

 

The Development Requires

by Konrad Michalik

27/06 2018

v0.1.0

0.1.0.0 https://github.com/xima-media/depmon

The DepMon Bundle provides a full dependency monitoring application for composer based projects.

  Sources   Download

GPL-3.0-only

The Requires

 

The Development Requires

by Konrad Michalik