Libraries tagged by object-properties
webino/zend-config
8048 Downloads
provides a nested object property based user interface for accessing this configuration data within application code
ali-eltaweel/array-subscript
6 Downloads
A PHP library for accessing object properties using array subscript notation.
kenny1911/populate
2120 Downloads
Library for automatic fill object properties from array or other object.
snscripts/getset
49906 Downloads
Trait for adding magic setters / getters to objects
alaa-almaliki/property-setter-config
37 Downloads
PHP library can be used to set object properties by a given array passed in the constructor
wordpress-framework/wordpress-framework-config
11 Downloads
Provides a nested object property based user interface for accessing this configuration data within application code
winwin/mapper-generator
1868 Downloads
Generator for object property mapper
unicon/unicon
3064 Downloads
Universal PHP variable converter. The main feature is converting arrays to an object of given class. In this case, Unicon follows PhpDoc annotations, works recursively to create the object's properties.
sunnyflail/object-accessor
41 Downloads
A simple abstraction over accessing object properties
scaleplan/init-trait
47 Downloads
Trait for initialization static and object properties via settings array
phptailors/phpunit-properties
890 Downloads
Assertions on object properties for PHPUnit-based tests
php-utils/assigner
3630 Downloads
Data transfer objects, recursive assign object properties
oliverklee/realty
168 Downloads
TYPO3 extension that provides a plugin that displays realty objects (properties, real estate), including an image gallery for each object.
mfonte/propaccessor
9 Downloads
A PHP Trait that adds support for direct access to object properties, with explicit accessors and mutators.
krifollk/hydrator
16 Downloads
A simple library which provide you possibility to hydrate and extract an object properties (private, protected) without using reflection.