PHP Package: api-platform/metadata

API-Platform Metadata library provides tools for managing and processing metadata in PHP applications efficiently.

Current Version: 4.1.15
Last Updated: Date not available
PHP Requirement: >=8.2
Dependencies:
api-platform/core
⚠️ To ensure full functionality, the above dependencies might be required.

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.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 4.1.15

Download Download v4.1.15

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/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.