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