PHP Package: composer/spdx-licenses

A PHP library for managing SPDX license information efficiently, ensuring compliance and license tracking with ease.

Current Version: 1.5.9
Last Updated: 2025-05-12
PHP Requirement: ^5.3.2 || ^7.0 || ^8.0
Dependencies: None

Package Description

The SPDX-Licenses PHP library offers a comprehensive solution for developers to handle license information according to SPDX standards. With streamlined processes, this library simplifies license tracking, ensuring compliance across projects. By leveraging this library, users can effortlessly manage licensing information, fostering transparency and legal adherence. Embrace efficient license management with SPDX-Licenses and stay compliant effortlessly.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 1.5.9

Download Download v1.5.9

Previous Versions

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com

require_once 'libs/composer/spdx-licenses/1.5.9/loader.php';
use Composer\SpdxLicenses\License;
use Composer\SpdxLicenses\LicenseManager;

$obj = new License();
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.