Symfony Property Info library provides tools to extract information about PHP properties, metadata, and types for PHP objects.
Current Version: 7.3.0
Last Updated: 2025-05-29
PHP Requirement: >=8.2
Dependencies: None
Package Description
Symfony Property Info is a powerful library that offers a range of capabilities for analyzing and retrieving property information, metadata, and types from PHP objects. It simplifies the process of accessing property details and enhances the development experience.
Make sure to include the correct namespace and class paths for proper usage.
<?php
// Example from PHPlibraries.com
require_once 'libs/symfony/property-info/7.3.0/loader.php';
use Symfony\Component\PropertyInfo\PropertyInfoExtractorInterface;
$obj = new PropertyInfoExtractorInterface();
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.