PHP Package: api-platform/metadata
API-Platform Metadata library provides tools for managing and processing metadata in PHP applications efficiently.
Package Description
The API-Platform Metadata library is designed to streamline metadata handling in PHP projects. It offers a comprehensive set of features for metadata management, allowing developers to define, manage, and utilize metadata seamlessly. By leveraging this library, developers can enhance the functionality and performance of their PHP applications through efficient metadata handling.
Download Latest Version: 4.1.15

Previous Versions
v4.1.1
v4.1.2 - Coming soon
v4.1.3 - Coming soon
v4.1.4 - Coming soon
v4.1.5 - Coming soon
v4.1.6 - Coming soon
v4.1.7 - Coming soon
v4.1.8 - Coming soon
v4.1.9
v4.1.12
Code Integration Example
Make sure to include the correct namespace and class paths for proper usage.
<?php
// Example from PHPlibraries.com
require_once 'libs/api-platform/metadata/4.1.15/loader.php';
require_once 'libs/api-platform/core/4.1.16/loader.php';
use ApiPlatform\Core\Metadata\Property\PropertyNameCollection;
use ApiPlatform\Core\Metadata\Property\PropertyMetadata;
$obj = new PropertyNameCollection();
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.