Composer License Checker is a PHP library to manage licenses of installed packages in your project. Keep track of license information for compliance and auditing purposes.
⚠️ To ensure full functionality, the above dependencies might be required.
Package Description
Composer License Checker is a library that helps you maintain a clean and compliant codebase by checking the licenses of your installed packages. It provides detailed license information and facilitates auditing processes. Ensure licensing requirements are met with ease using this tool.
Make sure to include the correct namespace and class paths for proper usage.
<?php
// Example from PHPlibraries.com
require_once 'libs/dominikb/composer-license-checker/2.7.0/loader.php';
require_once 'libs/composer/composer/2.8.9/loader.php';
use Dominikb\ComposerLicenseChecker\LicenseChecker;
$obj = new LicenseChecker();
echo '✅ Test OK: ' . get_class($obj);
?>
We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.
Community Discussion
Ask questions, share tips, or report issues below.