|
|
@@ -118,6 +118,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
|
|
118
|
118
|
* [Composer Prefer Lowest Validator](https://github.com/dereuromark/composer-prefer-lowest) - A plugin to check if minimum dependencies can be installed and tested.
|
|
119
|
119
|
* [Composer Require Checker](https://github.com/maglnet/ComposerRequireChecker) - CLI tool to analyze composer dependencies and verify that no unknown symbols are used in the sources of a package.
|
|
120
|
120
|
* [Composer Unused](https://github.com/composer-unused/composer-unused) - A CLI Tool to scan for unused composer packages.
|
|
|
121
|
+* [CycloneDX Composer Plugin](https://packagist.org/packages/cyclonedx/cyclonedx-php-composer) - A composer plugin to generate your project's Software Bill of Materials (SBOM).
|
|
121
|
122
|
* [Repman](https://repman.io) - A private PHP package repository manager and Packagist proxy.
|
|
122
|
123
|
* [Satis](https://github.com/composer/satis) - A static Composer repository generator.
|
|
123
|
124
|
* [Tooly](https://github.com/tommy-muehle/tooly-composer-script) - A library to manage PHAR files in a project using Composer.
|