Libraries tagged by property
symfony/property-info
282700514 Downloads
Extracts information about PHP class' properties using metadata of popular sources
symfony/property-access
321617305 Downloads
Provides functions to read and write from/to an object or array using a simple string notation
jms/metadata
161516698 Downloads
Class/method/property metadata management in PHP
spatie/invade
36108046 Downloads
A PHP function to work with private properties and methods
phpstan/phpstan-deprecation-rules
90862838 Downloads
PHPStan rules for detecting usage of deprecated classes, methods, properties, constants and traits.
ondram/ci-detector
56493496 Downloads
Detect continuous integration environment and provide unified access to properties of current build
doctrine/reflection
107516640 Downloads
The Doctrine Reflection project is a simple library used by the various Doctrine projects which adds some additional functionality on top of the reflection functionality that comes with PHP. It allows you to get the reflection information about classes, methods and properties statically.
chillerlan/php-settings-container
36832774 Downloads
A container class for immutable settings objects. Not a DI container.
spaze/phpstan-disallowed-calls
22981221 Downloads
PHPStan rules to detect disallowed method & function calls, constant, namespace, attribute, property & superglobal usages, with powerful rules to re-allow a call or a usage in places where it should be allowed.
spatie/ssl-certificate
5234672 Downloads
A class to easily query the properties of an ssl certificate
grasmash/expander
64972434 Downloads
Expands internal property references in PHP arrays.
giorgiosironi/eris
1482148 Downloads
PHP library for property-based testing. Integrates with PHPUnit.
laminas/laminas-config
32520567 Downloads
provides a nested object property based user interface for accessing this configuration data within application code
tomasvotruba/unused-public
3592966 Downloads
Detect unused public properties, constants and methods in your code
spatie/php-cloneable
1446950 Downloads
A trait that allows you to clone readonly properties in PHP 8.1