aheinis/patch-risk-detector

A composer plugin to detect risky and safe patches.

Installs: 4 679

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:composer-plugin

v1.0.2 2025-01-22 08:25 UTC

This package is auto-updated.

Last update: 2025-07-22 10:00:46 UTC


README

Packagist
License: MIT

🔍 A Composer plugin that detects risky and safe patches.

📦 Installation

You can install the package via Composer:

composer require aheinis/patch-risk-detector

For development or local testing:

composer require aheinis/patch-risk-detector --dev

🚀 Usage

Once installed, the plugin automatically integrates with Composer and detects patch risks.

Example command:

composer patch-risk-detect

🔧 Configuration

If needed, you can configure the plugin using composer.json:

{ "extra": { "patch-risk-detector": { "log_level": "warning" } } }

🛠 Development

If you want to modify or contribute to the plugin:

  1. Clone the repository:
git clone https://github.com/Andrin-Heinis/patch-risk-detector.git cd patch-risk-detector
  1. Install dependencies
  2. Run local tests

🤝 Contributing

Pull requests are welcome! If you find any issues or want to suggest features, please open an Issue.