Libraries tagged by class properties
lesphp/property-info-typed-array
106 Downloads
Extract key and value types using PHP Attributes for array class properties. This dispense the use of PhpDocExtractor for typed arrays.
dgifford/property-setter-trait
3671 Downloads
Trait providing methods to set class properties with an array.
avantar/readable-only-properties
8 Downloads
A little trait which blocks class properties setters.
uk/dynamic-properties
26 Downloads
Helping classes to use dynamic properties declared by get*() and set*() methods
sagittariusx/beluga.dynamic-properties
79 Downloads
Helping classes to use dynamic properties declared by get*() and set*() methods
rikudou/friend-classes
18 Downloads
Allows other classes to access your class private methods/properties
hollodotme/inclomplete-class-accessor
162 Downloads
Class to access ALL properties of a __PHP_Incomplete_Class
mfn/cakephp2-magic-properties
67 Downloads
Automatically add class documentation for CakePHP2 magic properties
pointybeard/property-bag
678 Downloads
Set of classes for managing key/value pairs.
skagarwal/reflection
6210 Downloads
Test any Private/Protected Methods/Properties of any class
quillstack/di
828 Downloads
The dependency injection container based on PSR-11: Container interface.
osmianski/super-objects
11 Downloads
A library providing a base class for creating super objects in PHP, the ones with lazy properties, elegant dependency injection, and more.
nabeghe/reflecty
6 Downloads
Simple reflection helper for PHP.
keven/magician
24 Downloads
Register magic methods handlesr from traits and abstract classes. DO NOT USE IN PRODUCTION.
zero-to-prod/dynamic-setter
38 Downloads
Fluently set class properties with dynamic methods.