Libraries tagged by properties
symfony/property-info
284230626 Downloads
Extracts information about PHP class' properties using metadata of popular sources
symfony/property-access
322920757 Downloads
Provides functions to read and write from/to an object or array using a simple string notation
jms/metadata
161887252 Downloads
Class/method/property metadata management in PHP
spatie/invade
36607981 Downloads
A PHP function to work with private properties and methods
phpstan/phpstan-deprecation-rules
91455230 Downloads
PHPStan rules for detecting usage of deprecated classes, methods, properties, constants and traits.
ondram/ci-detector
56851989 Downloads
Detect continuous integration environment and provide unified access to properties of current build
doctrine/reflection
107577992 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
37352701 Downloads
A container class for immutable settings objects. Not a DI container.
spaze/phpstan-disallowed-calls
23099790 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
5252360 Downloads
A class to easily query the properties of an ssl certificate
grasmash/expander
65180128 Downloads
Expands internal property references in PHP arrays.
giorgiosironi/eris
1501486 Downloads
PHP library for property-based testing. Integrates with PHPUnit.
laminas/laminas-config
32636124 Downloads
provides a nested object property based user interface for accessing this configuration data within application code
tomasvotruba/unused-public
3614274 Downloads
Detect unused public properties, constants and methods in your code
spatie/php-cloneable
1459963 Downloads
A trait that allows you to clone readonly properties in PHP 8.1