Libraries tagged by class properties
dkd/php-populate
49080 Downloads
Trait for PHP classes, allowing properties to be populated from sources like JSON, via getters but using a single method
sbwerewolf/json-serialize-trait
3655 Downloads
Library with trait of ability to output all properties of class-exemplar at call json_encode()
liquidweb/ssl-certificate
3652 Downloads
A class to easily query the properties of and validate the status of an ssl certificate
kenny1911/typed-properties-helper
1769 Downloads
Set of helper functions to working with typed class properties.
webhappens/magic-properties
3911 Downloads
Add a simple fluid interface for getters, setters, accessors and mutators to any PHP class.
ijvo/kdyby-strict-objects
644 Downloads
Simple trait to make your class strict, when calling or accessing undefined member (property or method).
dobrik/extended-dumper
8875 Downloads
Symfony var dumper with extended data.
bnomei/kirby-blueprints
50 Downloads
PHP Class-based Blueprints for Kirby CMS for better type safety and code completion
antares/accessible-bundle
3767 Downloads
A bundle to easily use Accessible in Symfony projects.
antares/accessible
3841 Downloads
PHP library that allows you to define your class' getters, setters and constructor with docblock annotations.
nuffic/yii2-docblock-form
3002 Downloads
Makes a form out of class property docblocks
betterphp/php-reflection-utils
10271 Downloads
PHP Reflection Utils is a set of helper methods for accessing the private properties and methods of a class
zeeshanu/yell
15 Downloads
A php package that yells when you try to access a property that doesn't exist in a class!
mvccore/ext-view-helper
664 Downloads
MvcCore - Extension - View - Helper - abstract class code and interface support code to create more sofisticated view helpers with better setup and protected properties.
leocello/sweet-enum
144 Downloads
Provides the ability to declare "properties" to enums using PHP Attributes, also to define classes for specific case functionalities and much more.